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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1828   if (Instruction *I = foldICmpAndConstConst(Cmp, And, C))
 1842           if (Instruction *Res = foldCmpLoadFromIndexedGlobal(GEP, GV, Cmp, C2))
 1846   if (!Cmp.isEquality())
 1852   if (Cmp.getOperand(1) == Y && (-C).isPowerOf2()) {
 1853     auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT
 1855     return new ICmpInst(NewPred, X, SubOne(cast<Constant>(Cmp.getOperand(1))));
 1865       Type *NTy = IntegerType::get(Cmp.getContext(), ExactLogBase2 + 1);
 1869       auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_SGE