Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h85 bool tryUnsignedBitfieldInsertInZero(SDNode *Node, const SDLoc &DL, MVT VT,
H A DRISCVISelDAGToDAG.cpp803 bool RISCVDAGToDAGISel::tryUnsignedBitfieldInsertInZero(SDNode *Node, in tryUnsignedBitfieldInsertInZero() function in RISCVDAGToDAGISel
1480 if (tryUnsignedBitfieldInsertInZero(Node, DL, VT, X, Msb, Lsb)) in Select()