Searched defs:IntPredicate (Results 1 – 4 of 4) sorted by relevance
175 IntPredicate = [ variable
124 class IntPredicate(LLVMEnumeration): class
75 IntPredicate C.LLVMIntPredicate type922 func ConstICmp(pred IntPredicate, lhs, rhs Value) (v Value) {1296 func (v Value) IntPredicate() IntPredicate { return IntPredicate(C.LLVMGetICmpPredicate(v.C)) } func
1221 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands()