HomeSort by: relevance | last modified time | path
    Searched defs:NewL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFuse.cpp 1028 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL,
1031 NewL(NewL) {}
1038 return SE.getAddRecExpr(Operands, &NewL, Expr->getNoWrapFlags());
1059 const Loop &OldL, &NewL;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 685 SDValue NewL;
687 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(), NVT, dl,
693 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
694 return NewL;
698 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, L->getMemoryVT(),
704 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
705 auto ExtendNode = DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL);
2462 SDValue newL = DAG.getLoad(
2468 ReplaceValueWith(SDValue(N, 1), newL.getValue(1));
2472 return DAG.getNode(GetPromotionOpcode(VT, NVT), SDLoc(N), NVT, newL);
    [all...]

Completed in 65 milliseconds