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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  909   auto *SelEltTy = dyn_cast<IntegerType>(SelTy->getScalarType());
  910   if (!SelEltTy || SelTy->isVectorTy() != Cmp.getType()->isVectorTy())
  931     Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy);
  945       Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy);