Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp861 SDValue VLOperand; in Select() local
863 VLOperand = CurDAG->getRegister(RISCV::X0, XLenVT); in Select()
865 VLOperand = Node->getOperand(2); in Select()
867 if (auto *C = dyn_cast<ConstantSDNode>(VLOperand)) { in Select()
882 MVT::Other, VLOperand, VTypeIOp, in Select()