Searched defs:CreateICmp (Results 1 – 4 of 4) sorted by relevance
200 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
253 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp() function
225 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
1635 func (b Builder) CreateICmp(pred IntPredicate, lhs, rhs Value, name string) (v Value) { func