Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp205 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
206 if (!OConst) in checkOffsetSize()
208 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()