Searched defs:CreateAnd (Results 1 – 4 of 4) sorted by relevance
87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
137 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
1394 func (b Builder) CreateAnd(lhs, rhs Value, name string) (v Value) { func