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

References

include/llvm/CodeGen/BasicTTIImpl.h
  696     if (SrcLT.first == DstLT.first &&
  697         SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
  705         TLI->isTruncateFree(SrcLT.second, DstLT.second))
  709         TLI->isZExtFree(SrcLT.second, DstLT.second))
  730     if (SrcLT.first == DstLT.first &&
  752       if (SrcLT.first == DstLT.first &&
  753           SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
  767           return SrcLT.first * 1;