Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DEquivalenceClasses.h75 ECValue(const ElemTy &Elt) in ECValue() function
94 ECValue(const ECValue &RHS) : Leader(this), Next((ECValue*)(intptr_t)1), in ECValue() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DEquivalenceClasses.h72 ECValue(const ElemTy &Elt) in ECValue() function
91 ECValue(const ECValue &RHS) : Leader(this), Next((ECValue*)(intptr_t)1), in ECValue() function
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp591 Value *ECValue = in convertToCTRLoop() local