reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);