Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h108 template <unsigned Bits> bool selectZExtBits(SDValue N, SDValue &Val) { in selectZExtBits() function
H A DRISCVISelDAGToDAG.cpp2710 bool RISCVDAGToDAGISel::selectZExtBits(SDValue N, unsigned Bits, SDValue &Val) { selectZExtBits() function in RISCVDAGToDAGISel