Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9365 if (auto *IdxCst = dyn_cast<ConstantSDNode>(Idx)) in clampDynamicVectorIndex() local
9366 if (IdxCst->getZExtValue() + (NumSubElts - 1) < NElts) in clampDynamicVectorIndex()