Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:getZExtValue

126     return MCConstantExpr::Create(CI->getZExtValue(), Ctx);
1405 unsigned sample = CI->getZExtValue();
2054 std::string hexstr(utohexstr(API.getZExtValue()));
2058 O << utohexstr(API.getZExtValue());
2133 (unsigned char)(dyn_cast<ConstantInt>(CPV))->getZExtValue();
2137 short int16 = (short)(dyn_cast<ConstantInt>(CPV))->getZExtValue();
2142 int int32 = (int)(constInt->getZExtValue());
2149 int int32 = (int)(constInt->getZExtValue());
2164 long long int64 = (long long)(constInt->getZExtValue());
2171 long long int64 = (long long)(constInt->getZExtValue());