Searched refs:ProcessingGeneric (Results 1 – 2 of 2) sorted by relevance
1942 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() argument1954 if (ProcessingGeneric) { in lowerConstantForGV()1973 return lowerConstantForGV(C, ProcessingGeneric); in lowerConstantForGV()2006 ProcessingGeneric); in lowerConstantForGV()2022 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()2032 return lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()2043 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()2061 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()2062 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric); in lowerConstantForGV()
193 const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);