Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h896 SDValue lowerABS(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp6591 return lowerABS(Op, DAG); in LowerOperation()
10320 SDValue RISCVTargetLowering::lowerABS(SDValue Op, SelectionDAG &DAG) const { in lowerABS() function in RISCVTargetLowering