Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:CV

119 const MCExpr *nvptx::LowerConstant(const Constant *CV, AsmPrinter &AP) {
122 if (CV->isNullValue() || isa<UndefValue>(CV))
125 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV))
128 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CV))
131 if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV))
134 const ConstantExpr *CE = dyn_cast<ConstantExpr>(CV);
200 Op = ConstantExpr::getIntegerCast(Op, TD.getIntPtrType(CV->getContext()),