Searched defs:ECValue (Results 1 – 4 of 4) sorted by relevance
77 ECValue(const ElemTy &Elt) in ECValue() function98 ECValue(const ECValue &RHS) : Leader(this), Next((ECValue*)(intptr_t)1), in ECValue() function
75 ECValue(const ElemTy &Elt) in ECValue() function94 ECValue(const ECValue &RHS) : Leader(this), Next((ECValue*)(intptr_t)1), in ECValue() function
591 Value *ECValue = in convertToCTRLoop() local