Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LHSVal

993     ValueLatticeElement LHSVal = getBlockValue(CI->getOperand(0), BB);
994 intersectAssumeOrGuardBlockValueConstantRange(CI->getOperand(0), LHSVal,
996 if (LHSVal.isConstantRange())
997 LHSRange = LHSVal.getConstantRange();
1052 ValueLatticeElement LHSVal = getBlockValue(BO->getOperand(0), BB);
1053 intersectAssumeOrGuardBlockValueConstantRange(BO->getOperand(0), LHSVal,
1055 if (LHSVal.isConstantRange())
1056 LHSRange = LHSVal.getConstantRange();