Searched refs:SmallType (Results 1 – 1 of 1) sorted by relevance
1970 Type *SmallType = X->getType(); in foldSelectExtConst() local1973 if (!SmallType->isIntOrIntVectorTy(1) && in foldSelectExtConst()1974 (!Cmp || Cmp->getOperand(0)->getType() != SmallType)) in foldSelectExtConst()1980 Constant *TruncC = ConstantExpr::getTrunc(C, SmallType); in foldSelectExtConst()1999 Constant *One = ConstantInt::getTrue(SmallType); in foldSelectExtConst()