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