Searched defs:CreateOr (Results 1 – 4 of 4) 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
1400 func (b Builder) CreateOr(lhs, rhs Value, name string) (v Value) { func