Searched defs:CreateICmp (Results 1 – 4 of 4) sorted by relevance
201 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
254 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp() function
226 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