Searched defs:DominatingLLVMValue (Results 1 – 2 of 2) sorted by relevance
152 struct DominatingLLVMValue { struct171 template <class T> struct DominatingPointer<T,true> : DominatingLLVMValue { argument
3409 struct DominatingLLVMValue { struct3410 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type;3413 static bool needsSaving(llvm::Value *value) { in needsSaving()3423 static saved_type save(CodeGenFunction &CGF, llvm::Value *value) { in save()3448 template <class T> struct DominatingPointer<T,true> : DominatingLLVMValue { argument