Searched defs:CreateAnd (Results 1 – 5 of 5) 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
440 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateAnd() function
1386 func (b Builder) CreateAnd(lhs, rhs Value, name string) (v Value) { func