Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9795 auto *ImmAVL = dyn_cast<ConstantSDNode>(AVL); in isNonZeroAVL()
9797 (ImmAVL && ImmAVL->getZExtValue() >= 1);
9793 auto *ImmAVL = dyn_cast<ConstantSDNode>(AVL); isNonZeroAVL() local