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

References

lib/Analysis/InstructionSimplify.cpp
 3669     return RepOp;
 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,
 3723                 [&](Value *V) { return V == Op ? RepOp : V; });
 3733   if (Constant *CRepOp = dyn_cast<Constant>(RepOp)) {