Searched defs:CreateOr (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 90 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
|
D | TargetFolder.h | 102 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
|
D | NoFolder.h | 140 Instruction *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 90 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
|
D | NoFolder.h | 140 Instruction *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 102 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCExpr.h | 374 static const MCBinaryExpr *CreateOr(const MCExpr *LHS, const MCExpr *RHS, in CreateOr() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1400 func (b Builder) CreateOr(lhs, rhs Value, name string) (v Value) { func
|