Home
last modified time | relevance | path

Searched defs:createXor (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCExpr.h496 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS, in createXor() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h557 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS, in createXor() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCExpr.h615 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS, in createXor() function
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp844 Value *Nucleus::createXor(Value *lhs, Value *rhs) in createXor() function in rr::Nucleus
DSubzeroReactor.cpp1322 Value *Nucleus::createXor(Value *lhs, Value *rhs) in createXor() function in rr::Nucleus