Searched refs:profitImm (Results 1 – 2 of 2) sorted by relevance
309 static inline int32_t profitImm(unsigned Imm) { in profitImm() function342 return profitImm(Lo) + profitImm(Hi); in profit()348 int32_t Prof1 = Op1.isImm() ? profitImm(Op1.getImm()) : 0; in profit()349 int32_t Prof2 = Op2.isImm() ? profitImm(Op2.getImm()) : 0; in profit()
287 static inline int32_t profitImm(unsigned Lo, unsigned Hi) { in profitImm() function326 return profitImm(Lo, Hi); in profit()330 return profitImm(MI->getOperand(1).getImm(), in profit()