Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1065 Type *nTy = nTyS; in fold_pow() local
1067 nTy = FixedVectorType::get(nTyS, vTy); in fold_pow()
1068 unsigned size = nTy->getScalarSizeInBits(); in fold_pow()
1071 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou"); in fold_pow()
1073 opr_n = B.CreateFPToSI(opr1, nTy, "__ytou"); in fold_pow()
1076 sign = B.CreateAnd(B.CreateBitCast(opr0, nTy), sign, "__pow_sign"); in fold_pow()
1077 nval = B.CreateOr(B.CreateBitCast(nval, nTy), sign); in fold_pow()