Searched defs:CreateOr (Results 1 – 13 of 13) sorted by relevance
107 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
165 Instruction *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
1405 Value *CreateOr(ArrayRef<Value*> Ops) { in CreateOr() function
90 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
140 Instruction *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
100 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
102 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
1426 Value *CreateOr(ArrayRef<Value*> Ops) { in CreateOr() function
1505 Value *CreateOr(ArrayRef<Value*> Ops) { in CreateOr() function
1511 Value *CreateOr(ArrayRef<Value*> Ops) { in CreateOr() function
1400 func (b Builder) CreateOr(lhs, rhs Value, name string) (v Value) { func