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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  363     OtherOpF = FI->getOperand(1);
  368     OtherOpF = FI->getOperand(0);
  375     OtherOpF = FI->getOperand(0);
  380     OtherOpF = FI->getOperand(1);
  390                                !OtherOpF->getType()->isVectorTy()))
  394   Value *NewSI = Builder.CreateSelect(Cond, OtherOpT, OtherOpF,