reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
341 return profitImm(Lo) + profitImm(Hi); 341 return profitImm(Lo) + profitImm(Hi); 347 int32_t Prof1 = Op1.isImm() ? profitImm(Op1.getImm()) : 0; 348 int32_t Prof2 = Op2.isImm() ? profitImm(Op2.getImm()) : 0;