reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
   60     return BaseT::getIntImmCost(Imm, Ty);
   68   if (Imm == 0)
   71   if (Imm.getBitWidth() <= 64) {
   72     if (isInt<16>(Imm.getSExtValue()))
   75     if (isInt<32>(Imm.getSExtValue())) {
   77       if ((Imm.getZExtValue() & 0xFFFF) == 0)