Home
last modified time | relevance | path

Searched refs:XorRHS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp351 ConstantInt *AndRHS, *XorRHS; in SimplifyDemandedUseBits() local
353 match(I->getOperand(1), m_ConstantInt(XorRHS)) && in SimplifyDemandedUseBits()
362 Constant *XorC = ConstantInt::get(VTy, NewMask & XorRHS->getValue()); in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12685 const ExprResult &XorRHS, in diagnoseXorMisusedAsPow() argument
12693 XorRHS.get()->getExprLoc().isMacroID()) in diagnoseXorMisusedAsPow()
12699 const auto *RHSInt = dyn_cast<IntegerLiteral>(XorRHS.get()); in diagnoseXorMisusedAsPow()
12705 if (const auto *UO = dyn_cast<UnaryOperator>(XorRHS.get())) { in diagnoseXorMisusedAsPow()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4853 SDValue XorRHS = Op0.getOperand(1); in SimplifySetCC() local
4858 getBooleanContents(XorRHS.getOperand(0).getValueType()) == in SimplifySetCC()
4862 return DAG.getSetCC(dl, VT, XorLHS, XorRHS, Cond); in SimplifySetCC()