Searched refs:OneConst (Results 1 – 2 of 2) sorted by relevance
964 const MCExpr *OneConst = CreateExpr(1ul); in getSIProgramInfo() local966 const MCExpr *MaxNumGPR = AMDGPUMCExpr::createMax({NumGPR, OneConst}, Ctx); in getSIProgramInfo()971 const MCExpr *SubGPR = MCBinaryExpr::createSub(DivGPR, OneConst, Ctx); in getSIProgramInfo()
5406 const MCExpr *OneConst = MCConstantExpr::create(1ul, Ctx); in calculateGPRBlocks() local5408 const MCExpr *MaxNumGPR = AMDGPUMCExpr::createMax({NumGPR, OneConst}, Ctx); in calculateGPRBlocks()5413 const MCExpr *SubGPR = MCBinaryExpr::createSub(DivGPR, OneConst, Ctx); in calculateGPRBlocks()