Searched refs:getMemsetStringVal (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3277 static SDValue getMemsetStringVal(EVT VT, DebugLoc dl, SelectionDAG &DAG, in getMemsetStringVal() function 3478 Value = getMemsetStringVal(VT, dl, DAG, TLI, Str, SrcOff); in getMemcpyLoadsAndStores()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4112 static SDValue getMemsetStringVal(EVT VT, const SDLoc &dl, SelectionDAG &DAG, in getMemsetStringVal() function 4376 Value = getMemsetStringVal(VT, dl, DAG, TLI, Str.substr(SrcOff)); in getMemcpyLoadsAndStores()
|