Searched refs:createXor (Results 1 – 2 of 2) sorted by relevance
613 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS, in createXor() function
2609 case Instruction::Xor: return MCBinaryExpr::createXor(LHS, RHS, Ctx); in lowerConstant()