Lines Matching defs:Ops1
1187 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL,
1201 if (Ops1->isNullValue()) {
1225 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) {
1265 Ops1->stripAndAccumulateInBoundsConstantOffsets(DL, Offset1);
1272 } else if (isa<ConstantExpr>(Ops1)) {
1276 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);
1285 Ops1 = FlushFPConstant(Ops1, I, /*IsOutput=*/false);
1286 if (!Ops1)
1290 return ConstantFoldCompareInstruction(Predicate, Ops0, Ops1);