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.cpp206 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
207 if (!OConst) in checkOffsetSize()
209 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()