Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Denumerations.py175 IntPredicate = [ variable
H A Dcore.py124 class IntPredicate(LLVMEnumeration): class
130 super(IntPredicate, self).__init__(name, value)
613 (IntPredicate, enumerations.IntPredicate),
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go75 IntPredicate C.LLVMIntPredicate type
302 IntEQ IntPredicate = C.LLVMIntEQ
303 IntNE IntPredicate = C.LLVMIntNE
304 IntUGT IntPredicate = C.LLVMIntUGT
305 IntUGE IntPredicate = C.LLVMIntUGE
306 IntULT IntPredicate = C.LLVMIntULT
307 IntULE IntPredicate = C.LLVMIntULE
308 IntSGT IntPredicate = C.LLVMIntSGT
309 IntSGE IntPredicate = C.LLVMIntSGE
310 IntSLT IntPredicate = C.LLVMIntSLT
[all …]