Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:MCConstantExpr

126     return MCConstantExpr::Create(0, Ctx);
129 return MCConstantExpr::Create(CI->getZExtValue(), Ctx);
170 return MCBinaryExpr::CreateAdd(Base, MCConstantExpr::Create(Offset, Ctx),
212 MCConstantExpr::Create(~0ULL >> (64 - InBits), Ctx);