Searched refs:nTy (Results 1 – 1 of 1) sorted by relevance
1129 Type *nTy = FPOp->getType()->getWithNewType(nTyS); in fold_pow() local1130 unsigned size = nTy->getScalarSizeInBits(); in fold_pow()1133 opr_n = B.CreateZExtOrTrunc(opr_n, nTy, "__ytou"); in fold_pow()1135 opr_n = B.CreateFPToSI(opr1, nTy, "__ytou"); in fold_pow()1138 sign = B.CreateAnd(B.CreateBitCast(opr0, nTy), sign, "__pow_sign"); in fold_pow()1139 nval = B.CreateOr(B.CreateBitCast(nval, nTy), sign); in fold_pow()