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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp513 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); local
H A DInstCombinePHI.cpp81 PHINode *NewLHS = 0, *NewRHS = 0; local
H A DInstCombineAndOrXor.cpp1050 Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS, local
2151 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); local
H A DInstCombineCompares.cpp1038 APInt NewRHS = RHS->getValue().zext(SrcBits); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DReassociate.cpp684 Value *NewRHS = Ops[i+1].Op; local
726 Value *NewRHS = Ops[i].Op; local
H A DLoopStrengthReduce.cpp1895 Value *NewRHS = 0; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp612 void DAGTypeLegalizer::SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, argument
713 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
755 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
774 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
1293 FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
1324 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
1405 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
1423 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
[all...]
H A DLegalizeIntegerTypes.cpp818 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, argument
2494 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
2595 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
2613 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
2631 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
[all...]
H A DDAGCombiner.cpp3501 SDValue NewRHS = DAG.getNode(N->getOpcode(), LHS->getOperand(1).getDebugLoc(), local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DInstructionSimplify.cpp2380 Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS); local

Completed in 488 milliseconds