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

References

lib/Analysis/InstructionSimplify.cpp
 3691       if (Q.IIQ.hasNoSignedWrap(B) || Q.IIQ.hasNoUnsignedWrap(B))
 3691       if (Q.IIQ.hasNoSignedWrap(B) || Q.IIQ.hasNoUnsignedWrap(B))
 3693     if (isa<PossiblyExactOperator>(B) && Q.IIQ.isExact(B))
 3698         return SimplifyBinOp(B->getOpcode(), RepOp, B->getOperand(1), Q,
 3701         return SimplifyBinOp(B->getOpcode(), B->getOperand(0), RepOp, Q,
 3710         return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), Q,
 3713         return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, Q,
 3724       return SimplifyGEPInst(GEP->getSourceElementType(), NewOps, Q,
 3749                                                ConstOps[1], Q.DL, Q.TLI);
 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);
 3755       return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI);