Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1930 Type *SmallType = X->getType(); in foldSelectExtConst() local
1933 if (!SmallType->isIntOrIntVectorTy(1) && in foldSelectExtConst()
1934 (!Cmp || Cmp->getOperand(0)->getType() != SmallType)) in foldSelectExtConst()
1940 Constant *TruncC = ConstantExpr::getTrunc(C, SmallType); in foldSelectExtConst()
1959 Constant *One = ConstantInt::getTrue(SmallType); in foldSelectExtConst()