Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2231 Type *SmallType = X->getType(); in foldSelectExtConst() local
2234 if (!SmallType->isIntOrIntVectorTy(1) && in foldSelectExtConst()
2235 (!Cmp || Cmp->getOperand(0)->getType() != SmallType)) in foldSelectExtConst()
2241 Constant *TruncC = getLosslessTrunc(C, SmallType, ExtOpcode); in foldSelectExtConst()