Searched refs:IntPredicate (Results 1 – 3 of 3) sorted by relevance
175 IntPredicate = [ variable
124 class IntPredicate(LLVMEnumeration): class130 super(IntPredicate, self).__init__(name, value)613 (IntPredicate, enumerations.IntPredicate),
75 IntPredicate C.LLVMIntPredicate type302 IntEQ IntPredicate = C.LLVMIntEQ303 IntNE IntPredicate = C.LLVMIntNE304 IntUGT IntPredicate = C.LLVMIntUGT305 IntUGE IntPredicate = C.LLVMIntUGE306 IntULT IntPredicate = C.LLVMIntULT307 IntULE IntPredicate = C.LLVMIntULE308 IntSGT IntPredicate = C.LLVMIntSGT309 IntSGE IntPredicate = C.LLVMIntSGE310 IntSLT IntPredicate = C.LLVMIntSLT[all …]