reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 4392   auto *CastOp0 = dyn_cast<CastInst>(ICmp.getOperand(0));
 4395   if (!isa<Constant>(ICmp.getOperand(1)) && !isa<CastInst>(ICmp.getOperand(1)))
 4395   if (!isa<Constant>(ICmp.getOperand(1)) && !isa<CastInst>(ICmp.getOperand(1)))
 4414     if (auto *PtrToIntOp1 = dyn_cast<PtrToIntOperator>(ICmp.getOperand(1))) {
 4423     } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) {
 4428       return new ICmpInst(ICmp.getPredicate(), Op0Src, NewOp1);
 4431   return foldICmpWithZextOrSext(ICmp, Builder);