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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  877   Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1753       if (Instruction *R = FoldOpIntoSelect(I, SI))
 2129       if (Instruction *NV = FoldOpIntoSelect(I, SI))
lib/Transforms/InstCombine/InstCombineCasts.cpp
  284       if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) {
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
 1220       if (Instruction *R = FoldOpIntoSelect(I, SI))
 1225       if (Instruction *R = FoldOpIntoSelect(I, SI))
 1321         if (Instruction *R = FoldOpIntoSelect(I, SI))
lib/Transforms/InstCombine/InstCombineShifts.cpp
  304       if (Instruction *R = FoldOpIntoSelect(I, SI))
lib/Transforms/InstCombine/InstructionCombining.cpp
 1079     if (Instruction *NewSel = FoldOpIntoSelect(I, Sel))