Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h668 SDValue lowerVectorTruncLike(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3837 return lowerVectorTruncLike(Op, DAG); in LowerOperation()
4317 return lowerVectorTruncLike(Op, DAG); in LowerOperation()
5065 SDValue RISCVTargetLowering::lowerVectorTruncLike(SDValue Op, in lowerVectorTruncLike() function in RISCVTargetLowering