Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:CI

1071     const ConstantInt *CI = nullptr;
1073 CI = dyn_cast<ConstantInt>(Initializer);
1074 if (CI) {
1075 unsigned sample = CI->getZExtValue();
1705 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) {
1706 O << CI->getValue();
2016 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV))
2017 return MCConstantExpr::create(CI->getZExtValue(), Ctx);