Searched refs:SelectTy (Results 1 – 2 of 2) sorted by relevance
372 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType()); in visitSelectInstWithICmp() local373 if (!SelectTy) in visitSelectInstWithICmp()392 < SelectTy->getBitWidth()) { in visitSelectInstWithICmp()393 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()408 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()
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()