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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3488 /// getMemsetValue - Vectorized representation of the memset value
3490 static SDValue getMemsetValue(SDValue Value, EVT VT, SelectionDAG &DAG, function
3514 /// getMemsetStringVal - Similar to getMemsetValue. Except this is only
3955 SDValue MemSetValue = getMemsetValue(Src, LargestVT, DAG, dl);
3975 Value = getMemsetValue(Src, VT, DAG, dl);

Completed in 82 milliseconds