Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp209 int SExtValue = OConst->getSExtValue(); in checkOffsetSize() local
210 if (SExtValue >= TargetElemMaxSize || SExtValue < 0) in checkOffsetSize()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1050 SDValue SExtValue = DAG.getNode(ISD::SIGN_EXTEND, DL, MVT::i32, in lowerPrivateTruncStore() local
1054 SDValue MaskedValue = DAG.getZeroExtendInReg(SExtValue, DL, MemVT); in lowerPrivateTruncStore()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go855 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) } func