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.cpp358 ConstantInt *AndRHS, *XorRHS; in SimplifyDemandedUseBits() local
360 match(I->getOperand(1), m_ConstantInt(XorRHS)) && in SimplifyDemandedUseBits()
369 Constant *XorC = ConstantInt::get(VTy, NewMask & XorRHS->getValue()); in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13041 const ExprResult &XorRHS, in diagnoseXorMisusedAsPow() argument
13049 XorRHS.get()->getExprLoc().isMacroID()) in diagnoseXorMisusedAsPow()
13055 const auto *RHSInt = dyn_cast<IntegerLiteral>(XorRHS.get()); in diagnoseXorMisusedAsPow()
13061 if (const auto *UO = dyn_cast<UnaryOperator>(XorRHS.get())) { in diagnoseXorMisusedAsPow()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5069 SDValue XorRHS = Op0.getOperand(1); in SimplifySetCC() local
5074 getBooleanContents(XorRHS.getOperand(0).getValueType()) == in SimplifySetCC()
5078 return DAG.getSetCC(dl, VT, XorLHS, XorRHS, Cond); in SimplifySetCC()