Searched refs:SelectTy (Results 1 – 1 of 1) sorted by relevance
436 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType()); in visitSelectInstWithICmp() local437 if (!SelectTy) in visitSelectInstWithICmp()456 < SelectTy->getBitWidth()) { in visitSelectInstWithICmp()457 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()472 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()