Home
last modified time | relevance | path

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

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