HomeSort by relevance Sort by last modified time
    Searched defs:NewRHS (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 513 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1);
520 NewRHS);
    [all...]
InstCombinePHI.cpp 81 PHINode *NewLHS = 0, *NewRHS = 0;
91 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
93 NewRHS->addIncoming(InRHS, PN.getIncomingBlock(0));
94 InsertNewInstBefore(NewRHS, PN);
95 RHSVal = NewRHS;
99 if (NewLHS || NewRHS) {
106 if (NewRHS) {
108 NewRHS->addIncoming(NewInRHS, PN.getIncomingBlock(i));
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 612 void DAGTypeLegalizer::SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
615 SDValue RHSInt = GetSoftenedFloat(NewRHS);
683 NewRHS = DAG.getConstant(0, RetVT);
687 NewLHS, NewRHS, DAG.getCondCode(CCCode));
690 NewRHS, DAG.getCondCode(TLI.getCmpLibcallCC(LC2)));
692 NewRHS = SDValue();
713 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
715 SoftenSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
719 if (NewRHS.getNode() == 0) {
720 NewRHS = DAG.getConstant(0, NewLHS.getValueType())
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 448 milliseconds