Searched refs:SelectTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp374 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType()); local
375 if (!SelectTy)
394 < SelectTy->getBitWidth()) {
395 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy);
410 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy);

Completed in 37 milliseconds