reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2032 a ^= b; 2037 b ^= a;include/llvm/ADT/APSInt.h
250 static_cast<APInt&>(*this) ^= RHS;
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp 564 ValueMask ^= PartMapMask;
lib/CodeGen/SelectionDAG/DAGCombiner.cpp14892 Imm ^= APInt::getAllOnesValue(BitWidth); 14920 NewImm ^= APInt::getAllOnesValue(NewBW);lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
3140 FoldConst ^= C3->getValue();
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp 149 Result ^= cast<ConstantInt>(Op->getOperand(1))->getValue();
lib/Transforms/Scalar/Reassociate.cpp1221 ConstOpnd ^= C1; 1272 ConstOpnd ^= C1; 1288 ConstOpnd ^= C3; 1330 ConstOpnd ^= *C;