Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h84 bool trySignedBitfieldExtract(SDNode *Node);
H A DRISCVISelDAGToDAG.cpp682 bool RISCVDAGToDAGISel::trySignedBitfieldExtract(SDNode *Node) { in trySignedBitfieldExtract() function in RISCVDAGToDAGISel
1176 if (trySignedBitfieldExtract(Node)) in Select()