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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  880   Instruction *foldBinOpIntoSelectOrPhi(BinaryOperator &I);

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
  872   if (Instruction *NV = foldBinOpIntoSelectOrPhi(Add))
 1487   if (Instruction *FoldedFAdd = foldBinOpIntoSelectOrPhi(I))
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1870   if (Instruction *FoldedLogic = foldBinOpIntoSelectOrPhi(I))
 2475   if (Instruction *FoldedLogic = foldBinOpIntoSelectOrPhi(I))
 3154   if (Instruction *FoldedLogic = foldBinOpIntoSelectOrPhi(I))
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  257   if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I))
  405   if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I))
  760       if (Instruction *FoldedDiv = foldBinOpIntoSelectOrPhi(I))
lib/Transforms/InstCombine/InstCombineShifts.cpp
  630   if (Instruction *FoldedShift = foldBinOpIntoSelectOrPhi(I))