Searched refs:MemSetValue (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3636 SDValue MemSetValue = getMemsetValue(Src, LargestVT, DAG, dl); in getMemsetStores() local 3643 SDValue Value = MemSetValue; in getMemsetStores() 3647 Value = DAG.getNode(ISD::TRUNCATE, dl, VT, MemSetValue); in getMemsetStores()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4557 SDValue MemSetValue = getMemsetValue(Src, LargestVT, DAG, dl); in getMemsetStores() local 4571 SDValue Value = MemSetValue; in getMemsetStores() 4575 Value = DAG.getNode(ISD::TRUNCATE, dl, VT, MemSetValue); in getMemsetStores()
|