Searched refs:VLMaxSentinel (Results 1 – 5 of 5) sorted by relevance
126 VL.ChangeToImmediate(RISCV::VLMaxSentinel); in convertToVLMAX()
351 static constexpr int64_t VLMaxSentinel = -1LL; variable
1039 if (Imm == RISCV::VLMaxSentinel) { in computeInfoForInstr()
3289 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, SDLoc(N), in selectVLOp()3297 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, SDLoc(N), in selectVLOp()
236 // This must be kept in sync with RISCV::VLMaxSentinel.