Home
last modified time | relevance | path

Searched refs:LowerDIV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1140 SDValue LowerDIV(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp6228 return LowerDIV(Op, DAG); in LowerOperation()
13697 SDValue AArch64TargetLowering::LowerDIV(SDValue Op, SelectionDAG &DAG) const { in LowerDIV() function in AArch64TargetLowering