Home
last modified time | relevance | path

Searched refs:IntUGE (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/compiler/
H A Dasserts.go39 outOfBounds := b.CreateICmp(llvm.IntUGE, index, arrayLen, "")
148 bufSizeTooBig := b.CreateICmp(llvm.IntUGE, bufSize, maxBufSize, "")
H A Dcompiler.go1979 …overshifted := b.CreateICmp(llvm.IntUGE, y, llvm.ConstInt(y.Type(), 8*sizeX, false), "shift.overfl…
2040 return b.CreateICmp(llvm.IntUGE, x, y, ""), nil
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/
H A Dcommon.rs20 IntUGE, enumerator
H A Dbase.rs69 IntPredicate::IntUGE in bin_op_to_icmp_predicate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/
H A Drvalue.rs322 IntPredicate::IntUGE, in codegen_rvalue_operand()
710 mir::BinOp::Ge => (IntPredicate::IntUGE, IntPredicate::IntUGT), in codegen_fat_ptr_binop()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/llvm/
H A Dffi.rs181 IntUGE = 35, enumerator
196 rustc_codegen_ssa::common::IntPredicate::IntUGE => IntPredicate::IntUGE, in from_generic()
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm4-nodebug/
H A Dortho_llvm.adb1079 ON_Ge => (IntSGE, IntUGE, RealOGE),
2258 GE := IntUGE;
H A Dllvm-core.ads134 IntUGE : constant IntPredicate := 35; -- unsigned greater or equal constant
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm-nodebug/
H A Dortho_llvm.adb1076 ON_Ge => (IntSGE, IntUGE, RealOGE),
2251 GE := IntUGE;
H A Dllvm-core.ads156 IntUGE : constant IntPredicate := 35; -- unsigned greater or equal constant
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/irgen/
H A Dvalue.go362 result = b.CreateICmp(llvm.IntUGE, lhs.value, rhs.value, "")
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm35/
H A Dortho_llvm.adb1418 ON_Ge => (IntSGE, IntUGE, RealOGE),
2919 GE := IntUGE;
H A Dllvm-core.ads156 IntUGE : constant IntPredicate := 35; -- unsigned greater or equal constant
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbuilder.rs1484 IntPredicate::IntUGE => ComparisonOp::GreaterThanEquals, in to_gcc_comparison()
/dports/devel/llvm70/llvm-7.0.1.src/bindings/go/llvm/
H A Dir.go276 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/devel/llvm80/llvm-8.0.1.src/bindings/go/llvm/
H A Dir.go278 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/go/llvm/
H A Dir.go305 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A Dir.go305 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/go/llvm/
H A Dir.go305 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/devel/llvm10/llvm-10.0.1.src/bindings/go/llvm/
H A Dir.go304 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/graphics/llvm-mesa/llvm-13.0.1.src/bindings/go/llvm/
H A Dir.go305 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/
H A Dir.go305 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/devel/llvm11/llvm-11.0.1.src/bindings/go/llvm/
H A Dir.go305 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/bindings/go/llvm/
H A Dir.go305 IntUGE IntPredicate = C.LLVMIntUGE const
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/bindings/go/llvm/
H A Dir.go305 IntUGE IntPredicate = C.LLVMIntUGE const

12