Searched defs:IntPredicate (Results 1 – 3 of 3) sorted by relevance
175 IntPredicate = [ variable
124 class IntPredicate(LLVMEnumeration): class
75 IntPredicate C.LLVMIntPredicate type932 func ConstICmp(pred IntPredicate, lhs, rhs Value) (v Value) {1330 func (v Value) IntPredicate() IntPredicate { return IntPredicate(C.LLVMGetICmpPredicate(v.C)) } func