Searched defs:NewRHS (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 669 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 715 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 738 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local 1309 SDValue &NewRHS, in FloatExpandSetCCOperands() 1339 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1432 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1450 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
|
D | LegalizeIntegerTypes.cpp | 858 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands() 2516 SDValue &NewRHS, in IntegerExpandSetCCOperands() 2621 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local 2639 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local 2657 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
|
D | TargetLowering.cpp | 118 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
|
D | DAGCombiner.cpp | 3895 SDValue NewRHS = DAG.getNode(N->getOpcode(), SDLoc(LHS->getOperand(1)), in visitShiftByConstant() local
|
/external/llvm/include/llvm/ADT/ |
D | Twine.h | 486 Child NewLHS, NewRHS; in concat() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 521 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); in FoldShiftByConstant() local
|
D | InstCombinePHI.cpp | 83 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in FoldPHIArgBinOpIntoPHI() local
|
D | InstCombineAndOrXor.cpp | 1141 Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS, in visitAnd() local 2331 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); in visitXor() local
|
D | InstructionCombining.cpp | 1266 Value *NewLHS, *NewRHS; in SimplifyVectorOp() local
|
D | InstCombineCompares.cpp | 1068 APInt NewRHS = RHS->getValue().zext(SrcBits); in visitICmpInstWithInstAndIntCst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 716 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local 760 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
|
D | LoopStrengthReduce.cpp | 2058 Value *NewRHS = nullptr; in OptimizeMax() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2589 Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS); in SimplifyICmpInst() local
|