Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1129 Type *nTy = FPOp->getType()->getWithNewType(nTyS); in fold_pow() local
1130 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()