Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h646 SDValue lowerVectorTruncLike(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3242 return lowerVectorTruncLike(Op, DAG); in LowerOperation()
3656 return lowerVectorTruncLike(Op, DAG); in LowerOperation()
4331 SDValue RISCVTargetLowering::lowerVectorTruncLike(SDValue Op, in lowerVectorTruncLike() function in RISCVTargetLowering