Lines Matching defs:Ops1
1176 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL,
1190 if (Ops1->isNullValue()) {
1214 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) {
1254 Ops1->stripAndAccumulateInBoundsConstantOffsets(DL, Offset1);
1261 } else if (isa<ConstantExpr>(Ops1)) {
1265 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);
1273 Ops1 = FlushFPConstant(Ops1, I, /* IsOutput */ false);
1274 if (!Ops1)
1277 return ConstantFoldCompareInstruction(Predicate, Ops0, Ops1);