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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  132   if (SelType->isVectorTy() != Cmp->getType()->isVectorTy())
  177       V = Builder.CreateAnd(V, ConstantInt::get(SelType, AndMask));
  184       Constant *C = ConstantInt::get(SelType, TC);
  191       Constant *C = ConstantInt::get(SelType, FC);
  214     V = Builder.CreateZExtOrTrunc(V, SelType);
  218     V = Builder.CreateZExtOrTrunc(V, SelType);
  220     V = Builder.CreateZExtOrTrunc(V, SelType);