Home
last modified time | relevance | path

Searched defs:selectSExtBits (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h104 return selectSExtBits(N, Bits, Val); in selectSExtBits() function
H A DRISCVISelDAGToDAG.cpp2882 bool RISCVDAGToDAGISel::selectSExtBits(SDValue N, unsigned Bits, SDValue &Val) { selectSExtBits() function in RISCVDAGToDAGISel