Searched refs:VLMaxSentinel (Results 1 – 4 of 4) sorted by relevance
208 static constexpr int64_t VLMaxSentinel = -1LL; variable
1698 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, DL, XLenVT); in Select()2238 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, SDLoc(N), in selectVLOp()2246 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, SDLoc(N), in selectVLOp()
834 if (Imm == RISCV::VLMaxSentinel) in computeInfoForInstr()
163 // This must be kept in sync with RISCV::VLMaxSentinel.