Lines Matching defs:SplatValue
452 Value *SplatValue = isBytewiseValue(StoredVal, *DL);
459 if (!UnorderedAtomic && HasMemset && SplatValue && !DisableLIRP::Memset &&
462 CurLoop->isLoopInvariant(SplatValue)) {
463 // It looks like we can use SplatValue.
921 Value *SplatValue = MSI->getValue();
922 if (!SplatValue || !CurLoop->isLoopInvariant(SplatValue))
928 MSI->getDestAlign(), SplatValue, MSI, MSIs, Ev,
1010 Value *SplatValue = isBytewiseValue(StoredVal, *DL);
1013 if (!SplatValue)
1016 assert((SplatValue || PatternValue) &&
1079 if (!SplatValue && !isLibFuncEmittable(M, TLI, LibFunc_memset_pattern16))
1091 if (SplatValue) {
1093 BasePtr, SplatValue, NumBytes, MaybeAlign(StoreAlignment),