Searched refs:opr_n (Results 1 – 1 of 1) sorted by relevance
1117 Value *opr_n; in fold_pow() local1124 opr_n = CI->getArgOperand(1); in fold_pow()1125 if (opr_n->getType()->isIntegerTy()) in fold_pow()1126 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou"); in fold_pow()1128 opr_n = B.CreateFPToSI(opr1, nTy, "__ytou"); in fold_pow()1130 Value *sign = B.CreateShl(opr_n, size-1, "__yeven"); in fold_pow()