Searched refs:IntPredicate (Results 1 – 4 of 4) sorted by relevance
175 IntPredicate = [ variable
124 class IntPredicate(LLVMEnumeration): class130 super(IntPredicate, self).__init__(name, value)613 (IntPredicate, enumerations.IntPredicate),
302 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.LLVMIntSLT311 IntSLE IntPredicate = C.LLVMIntSLE[all …]
1221 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument1223 CmpInst::Predicate Predicate = (CmpInst::Predicate)IntPredicate; in ConstantFoldCompareInstOperands()