Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:CondVal

885   GenericValue CondVal = getOperandValue(Cond, SF);
895 if (executeICMP_EQ(Val, CondVal, ElTy).IntVal != 0) {
905 if (executeICMP_EQ(Val, CondVal, ElTy).IntVal != 0) {
918 if (executeICMP_ULE(Low, CondVal, ElTy).IntVal != 0 &&
919 executeICMP_ULE(CondVal, High, ElTy).IntVal != 0) {