Searched defs:DominatingLLVMValue (Results 1 – 1 of 1) sorted by relevance
3045 struct DominatingLLVMValue { struct3046 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type;3049 static bool needsSaving(llvm::Value *value) { in needsSaving()3078 template <class T> struct DominatingPointer<T,true> : DominatingLLVMValue { argument