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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  362     OtherOpT = TI->getOperand(1);
  367     OtherOpT = TI->getOperand(0);
  374     OtherOpT = TI->getOperand(1);
  379     OtherOpT = TI->getOperand(0);
  389   if (CondTy->isVectorTy() && (!OtherOpT->getType()->isVectorTy() ||
  394   Value *NewSI = Builder.CreateSelect(Cond, OtherOpT, OtherOpF,