Home
last modified time | relevance | path

Searched refs:ZExtValue (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/interp/
H A Dutils.go25 buf := make([]byte, strLen.ZExtValue())
32 buf[i] = byte(c.ZExtValue())
98 val := v.ZExtValue()
H A Dvalues.go151 indices[i] = uint32(operand.ZExtValue())
231 n := key.Value().ZExtValue()
241 keyBuf[i] = byte(llvm.ConstExtractValue(llvmKey, []uint32{uint32(i)}).ZExtValue())
H A Dframe.go127 indices[i] = uint32(operand.Value().ZExtValue())
249 size := fr.getLocal(inst.Operand(0)).(*LocalValue).Underlying.ZExtValue()
279 keySize := inst.Operand(0).ZExtValue()
280 valueSize := inst.Operand(1).ZExtValue()
361 elementSize := fr.getLocal(inst.Operand(4)).(*LocalValue).Value().ZExtValue()
/dports/devel/tinygo/tinygo-0.14.1/compiler/
H A Dasserts.go130 if elementSize > maxBufSize.ZExtValue() {
207 val := assert.ZExtValue()
H A Dcompiler.go1467 maxSize := llvm.ConstNot(llvm.ConstInt(b.uintptrType, 0, false)).ZExtValue()
1669 if elemSize > maxSize.ZExtValue() {
/dports/devel/tinygo/tinygo-0.14.1/transform/
H A Dallocs.go40 size := heapalloc.Operand(0).ZExtValue()
H A Dreflect.go355 arrayLength := llvm.ConstExtractValue(typecode.Initializer(), []uint32{1}).ZExtValue()
423 embedded := llvm.ConstExtractValue(field, []uint32{3}).ZExtValue() != 0
H A Dllvm.go57 buf[i] = byte(llvm.ConstExtractValue(value, []uint32{uint32(i)}).ZExtValue())
H A Dgc.go160 if offset.IsAConstantInt().IsNil() || offset.ZExtValue() != 0 {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/irgen/
H A Dssa.go842 indices[i] = uint32(op.ZExtValue())
/dports/devel/llvm70/llvm-7.0.1.src/bindings/go/llvm/
H A Dir.go816 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/llvm80/llvm-8.0.1.src/bindings/go/llvm/
H A Dir.go827 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/llvm10/llvm-10.0.1.src/bindings/go/llvm/
H A Dir.go853 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/graphics/llvm-mesa/llvm-13.0.1.src/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/llvm11/llvm-11.0.1.src/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/bindings/go/llvm/
H A Dir.go853 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/tinygo/tinygo-0.14.1/vendor/tinygo.org/x/go-llvm/
H A Dir.go853 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) } func

12