Lines Matching defs:Ops0
1187 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL,
1200 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) {
1258 if (Ops0->getType()->isPointerTy() && !ICmpInst::isSigned(Predicate)) {
1259 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType());
1262 Ops0->stripAndAccumulateInBoundsConstantOffsets(DL, Offset0);
1268 Ops0->getContext(),
1276 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);
1282 Ops0 = FlushFPConstant(Ops0, I, /*IsOutput=*/false);
1283 if (!Ops0)
1290 return ConstantFoldCompareInstruction(Predicate, Ops0, Ops1);