Home | History | Annotate | Download | only in Analysis

Lines Matching refs:C1

658         // (&GV+C1) - (&GV+C2) -> C1-C2, pointer arithmetic cannot overflow.
1152 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0),
1154 return ConstantFoldCompareInstOperands(Predicate, C0, C1, TD, TLI);