reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
204 if (Idx == 1 && Imm.getBitWidth() <= 64) { 205 if (isUInt<32>(Imm.getZExtValue())) 207 if (isUInt<32>(-Imm.getSExtValue())) 214 if (Idx == 1 && Imm.getBitWidth() <= 64) { 215 if (isInt<32>(Imm.getSExtValue())) 220 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue()))) 220 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue()))) 225 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue()))) 225 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue()))) 229 return SystemZTTIImpl::getIntImmCost(Imm, Ty);