Lines Matching defs:Ops0
1176 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL,
1189 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) {
1247 if (Ops0->getType()->isPointerTy() && !ICmpInst::isSigned(Predicate)) {
1248 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType());
1251 Ops0->stripAndAccumulateInBoundsConstantOffsets(DL, Offset0);
1257 Ops0->getContext(),
1265 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);
1270 Ops0 = FlushFPConstant(Ops0, I, /* IsOutput */ false);
1271 if (!Ops0)
1277 return ConstantFoldCompareInstruction(Predicate, Ops0, Ops1);