Searched refs:SmallType (Results 1 – 1 of 1) sorted by relevance
2231 Type *SmallType = X->getType(); in foldSelectExtConst() local2234 if (!SmallType->isIntOrIntVectorTy(1) && in foldSelectExtConst()2235 (!Cmp || Cmp->getOperand(0)->getType() != SmallType)) in foldSelectExtConst()2241 Constant *TruncC = getLosslessTrunc(C, SmallType, ExtOpcode); in foldSelectExtConst()