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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp380 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType()); local
381 if (!SelectTy)
400 < SelectTy->getBitWidth()) {
401 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy);
416 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy);

Completed in 386 milliseconds