Lines Matching refs:lowerConstantForGV
1284 const MCExpr *Expr = AP.lowerConstantForGV(cast<Constant>(CExpr), false); in printSymbol()
1828 const MCExpr *E = lowerConstantForGV(cast<Constant>(Cexpr), false); in printScalarConstant()
1980 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() function in NVPTXAsmPrinter
2012 return lowerConstantForGV(cast<const Constant>(CE->getOperand(0)), true); in lowerConstantForGV()
2024 const MCExpr *Base = lowerConstantForGV(CE->getOperand(0), in lowerConstantForGV()
2041 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()
2052 return lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()
2065 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()
2083 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()
2084 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric); in lowerConstantForGV()
2097 return lowerConstantForGV(C, ProcessingGeneric); in lowerConstantForGV()