Searched defs:NewRHS (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h346 llvm::SMTExprRef NewRHS = RHS; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp678 Value *NewRHS = Ops[i+1].Op; local
722 Value *NewRHS = Ops[i].Op; local
H A DLoopStrengthReduce.cpp2313 Value *NewRHS = nullptr; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp221 Value *NewRHS = CheapExpansions[InvariantRHS]; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp336 PHINode *NewLHS = nullptr, *NewRHS = nullptr; local
H A DInstCombineShifts.cpp847 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), local
864 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), local
891 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), local
910 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), local
H A DInstCombineAndOrXor.cpp1795 Value *NewRHS = Builder.CreateAnd(Y, Op1, Y->getName() + ".masked"); local
H A DInstructionCombining.cpp1588 Value *NewRHS = ConstOp1 ? NewC : V1; local
H A DInstCombineCompares.cpp1551 APInt NewRHS = C.zext(SrcBits); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp852 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
920 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
953 SDValue NewRHS = GetSoftenedFloat(Op1); local
1693 FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, const SDLoc &dl) argument
1724 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
1822 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
1840 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
[all...]
H A DLegalizeIntegerTypes.cpp1360 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, argument
3815 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, const SDLoc &dl) argument
3962 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
3980 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
3998 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
[all...]
H A DTargetLowering.cpp283 softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, const SDLoc &dl, const SDValue OldLHS, const SDValue OldRHS) const argument
293 softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, const SDLoc &dl, const SDValue OldLHS, const SDValue OldRHS, SDValue &Chain, bool IsSignaling) const argument
H A DDAGCombiner.cpp7364 SDValue NewRHS = DAG.getNode(N->getOpcode(), DL, VT, LHS.getOperand(1), local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3488 Constant *NewRHS = ConstantExpr::getGetElementPtr( local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3541 SDValue NewRHS = RHS; local

Completed in 519 milliseconds