Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp436 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType()); in visitSelectInstWithICmp() local
437 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()