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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp648 bool IsConstantSrc, bool UseVector,
15366 bool IsConstantSrc, bool UseVector, bool UseTrunc) {
15388 if (IsConstantSrc) {
15454 assert(IsConstantSrc && "Merged vector elements should use vector store");
15538 bool IsConstantSrc = isa<ConstantSDNode>(Val) || isa<ConstantFPSDNode>(Val);
15597 if (IsConstantSrc) {
15769 bool IsConstantSrc = isa<ConstantSDNode>(StoredVal) || local
15777 if (!IsConstantSrc && !IsLoadSrc && !IsExtractVecSrc)
15842 if (IsConstantSrc) {
15364 MergeStoresOfConstantsOrVecElts( SmallVectorImpl<MemOpLink> &StoreNodes, EVT MemVT, unsigned NumStores, bool IsConstantSrc, bool UseVector, bool UseTrunc) argument

Completed in 116 milliseconds