Searched refs:IntPredicate (Results 1 – 3 of 3) sorted by relevance
176 IntPredicate = [ variable
122 class IntPredicate(LLVMEnumeration): class128 super(IntPredicate, self).__init__(name, value)602 (IntPredicate, enumerations.IntPredicate),
67 IntPredicate C.LLVMIntPredicate type301 IntEQ IntPredicate = C.LLVMIntEQ302 IntNE IntPredicate = C.LLVMIntNE303 IntUGT IntPredicate = C.LLVMIntUGT304 IntUGE IntPredicate = C.LLVMIntUGE305 IntULT IntPredicate = C.LLVMIntULT306 IntULE IntPredicate = C.LLVMIntULE307 IntSGT IntPredicate = C.LLVMIntSGT308 IntSGE IntPredicate = C.LLVMIntSGE309 IntSLT IntPredicate = C.LLVMIntSLT[all …]