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