reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
120 if (Imm == 255 || Imm == 65535) 120 if (Imm == 255 || Imm == 65535) 123 return std::min(getIntImmCost(Imm, Ty), getIntImmCost(~Imm, Ty)); 123 return std::min(getIntImmCost(Imm, Ty), getIntImmCost(~Imm, Ty)); 128 return std::min(getIntImmCost(Imm, Ty), getIntImmCost(-Imm, Ty)); 128 return std::min(getIntImmCost(Imm, Ty), getIntImmCost(-Imm, Ty)); 130 if (Opcode == Instruction::ICmp && Imm.isNegative() && 132 int64_t NegImm = -Imm.getSExtValue(); 142 if (Opcode == Instruction::Xor && Imm.isAllOnesValue()) 145 return getIntImmCost(Imm, Ty);