Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.h3045 struct DominatingLLVMValue { struct
3046 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type;
3049 static bool needsSaving(llvm::Value *value) { in needsSaving()
3078 template <class T> struct DominatingPointer<T,true> : DominatingLLVMValue { argument