Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h2921 struct DominatingLLVMValue { struct
2922 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