Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1193 SDValue SExtValue = DAG.getNode(ISD::SIGN_EXTEND, DL, MVT::i32, in lowerPrivateTruncStore() local
1197 SDValue MaskedValue = DAG.getZeroExtendInReg(SExtValue, DL, MemVT); in lowerPrivateTruncStore()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1333 SDValue SExtValue = DAG.getNode(ISD::SIGN_EXTEND, DL, MVT::i32, in lowerPrivateTruncStore() local
1336 SDValue MaskedValue = DAG.getZeroExtendInReg(SExtValue, DL, MemVT); in lowerPrivateTruncStore()
/external/llvm/bindings/go/llvm/
Dir.go789 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) } func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go817 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) } func