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