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

Overrides

include/llvm/CodeGen/TargetLowering.h
  333   virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; }

Declarations

lib/Target/AArch64/AArch64ISelLowering.h
  465   bool isIntDivCheap(EVT VT, AttributeList Attr) const override;

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 9337   if (isIntDivCheap(N->getValueType(0), Attr))