Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Denumerations.py176 IntPredicate = [ variable
Dcore.py122 class IntPredicate(LLVMEnumeration): class
128 super(IntPredicate, self).__init__(name, value)
602 (IntPredicate, enumerations.IntPredicate),
/external/llvm/bindings/go/llvm/
Dir.go67 IntPredicate C.LLVMIntPredicate type
301 IntEQ IntPredicate = C.LLVMIntEQ
302 IntNE IntPredicate = C.LLVMIntNE
303 IntUGT IntPredicate = C.LLVMIntUGT
304 IntUGE IntPredicate = C.LLVMIntUGE
305 IntULT IntPredicate = C.LLVMIntULT
306 IntULE IntPredicate = C.LLVMIntULE
307 IntSGT IntPredicate = C.LLVMIntSGT
308 IntSGE IntPredicate = C.LLVMIntSGE
309 IntSLT IntPredicate = C.LLVMIntSLT
[all …]