Searched refs:createXor (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCExpr.h520 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS, function in class:llvm::MCBinaryExpr
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1829 case Instruction::Xor: return MCBinaryExpr::createXor(LHS, RHS, Ctx);

Completed in 148 milliseconds