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

References

lib/Analysis/InstructionSimplify.cpp
 3738         ConstOps.push_back(CRepOp);
 3740         ConstOps.push_back(COp);
 3746     if (ConstOps.size() == I->getNumOperands()) {
 3748         return ConstantFoldCompareInstOperands(C->getPredicate(), ConstOps[0],
 3749                                                ConstOps[1], Q.DL, Q.TLI);
 3753           return ConstantFoldLoadFromConstPtr(ConstOps[0], LI->getType(), Q.DL);
 3755       return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI);