Searched defs:CreateOr (Results 1 – 5 of 5) sorted by relevance
90 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
140 Instruction *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
102 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
488 static const MCBinaryExpr *CreateOr(const MCExpr *LHS, const MCExpr *RHS, in CreateOr() function
1392 func (b Builder) CreateOr(lhs, rhs Value, name string) (v Value) { func