Home
last modified time | relevance | path

Searched defs:DominatingLLVMValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h152 struct DominatingLLVMValue { struct
171 template <class T> struct DominatingPointer<T,true> : DominatingLLVMValue { argument
/external/clang/lib/CodeGen/
DCodeGenFunction.h3409 struct DominatingLLVMValue { struct
3410 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