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

References

lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  411   assert(isa<IntegerType>(Dst) && isa<IntegerType>(Src) && "Invalid type");
  419   auto DstVT = TLI->getValueType(DL, Dst);
  426     return Cost + getCastInstrCost(Opcode, Dst, Src);
  431     return Cost + getCastInstrCost(Opcode, Dst, Src);
  450   return Cost + getCastInstrCost(Opcode, Dst, Src);