/dports/devel/tinygo/tinygo-0.14.1/compiler/ |
H A D | asserts.go | 39 outOfBounds := b.CreateICmp(llvm.IntUGE, index, arrayLen, "") 148 bufSizeTooBig := b.CreateICmp(llvm.IntUGE, bufSize, maxBufSize, "")
|
H A D | compiler.go | 1979 …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 D | common.rs | 20 IntUGE, enumerator
|
H A D | base.rs | 69 IntPredicate::IntUGE in bin_op_to_icmp_predicate()
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/ |
H A D | rvalue.rs | 322 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 D | ffi.rs | 181 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 D | ortho_llvm.adb | 1079 ON_Ge => (IntSGE, IntUGE, RealOGE), 2258 GE := IntUGE;
|
H A D | llvm-core.ads | 134 IntUGE : constant IntPredicate := 35; -- unsigned greater or equal constant
|
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm-nodebug/ |
H A D | ortho_llvm.adb | 1076 ON_Ge => (IntSGE, IntUGE, RealOGE), 2251 GE := IntUGE;
|
H A D | llvm-core.ads | 156 IntUGE : constant IntPredicate := 35; -- unsigned greater or equal constant
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/irgen/ |
H A D | value.go | 362 result = b.CreateICmp(llvm.IntUGE, lhs.value, rhs.value, "")
|
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm35/ |
H A D | ortho_llvm.adb | 1418 ON_Ge => (IntSGE, IntUGE, RealOGE), 2919 GE := IntUGE;
|
H A D | llvm-core.ads | 156 IntUGE : constant IntPredicate := 35; -- unsigned greater or equal constant
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/ |
H A D | builder.rs | 1484 IntPredicate::IntUGE => ComparisonOp::GreaterThanEquals, in to_gcc_comparison()
|
/dports/devel/llvm70/llvm-7.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 276 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/devel/llvm80/llvm-8.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 278 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/go/llvm/ |
H A D | ir.go | 305 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/go/llvm/ |
H A D | ir.go | 305 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/go/llvm/ |
H A D | ir.go | 305 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/devel/llvm10/llvm-10.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 304 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 305 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/ |
H A D | ir.go | 305 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/devel/llvm11/llvm-11.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 305 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/bindings/go/llvm/ |
H A D | ir.go | 305 IntUGE IntPredicate = C.LLVMIntUGE const
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/bindings/go/llvm/ |
H A D | ir.go | 305 IntUGE IntPredicate = C.LLVMIntUGE const
|