Searched refs:Dst2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp106 SDValue Dst2 = DAG.getNode(ISD::ADD, DL, DstVT, Dst,
108 SDValue Chain2 = DAG.getStore(Chain, DL, Byte, Dst2,
120 SDValue Dst2 = DAG.getNode(ISD::ADD, DL, DstVT, Dst, local
122 return DAG.getNode(SystemZISD::MVC, DL, MVT::Other, Chain, Dst2, Dst,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp493 ExplodedNodeSet Dst2; local
494 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
495 B.addNodes(Dst2);
875 ExplodedNodeSet Dst2; local
876 StmtNodeBuilder Bldr(Tmp, Dst2, *currBldrCtx);
946 Dst.insert(Dst2);

Completed in 122 milliseconds