Searched refs:SelectTy (Results 1 – 1 of 1) sorted by relevance
447 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType()); in visitSelectInstWithICmp() local448 if (!SelectTy) in visitSelectInstWithICmp()467 < SelectTy->getBitWidth()) { in visitSelectInstWithICmp()468 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()483 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()