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