Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp209 int SExtValue = OConst->getSExtValue(); in checkOffsetSize() local
210 if (SExtValue >= TargetElemMaxSize || SExtValue < 0) in checkOffsetSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1074 SDValue SExtValue = DAG.getNode(ISD::SIGN_EXTEND, DL, MVT::i32, in lowerPrivateTruncStore() local
1078 SDValue MaskedValue = DAG.getZeroExtendInReg(SExtValue, DL, MemVT); in lowerPrivateTruncStore()