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