Searched defs:DominatingLLVMValue (Results 1 – 1 of 1) sorted by relevance
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