Searched refs:ProcessingGeneric (Results 1 – 2 of 2) sorted by relevance
2010 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() argument2022 if (ProcessingGeneric) { in lowerConstantForGV()2041 return lowerConstantForGV(C, ProcessingGeneric); in lowerConstantForGV()2075 ProcessingGeneric); in lowerConstantForGV()2091 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()2101 return lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()2112 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()2130 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()2131 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric); in lowerConstantForGV()
241 const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);