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