Lines Matching defs:SplatValue
453 Value *SplatValue = isBytewiseValue(StoredVal, *DL);
460 if (!UnorderedAtomic && HasMemset && SplatValue && !DisableLIRP::Memset &&
463 CurLoop->isLoopInvariant(SplatValue)) {
464 // It looks like we can use SplatValue.
922 Value *SplatValue = MSI->getValue();
923 if (!SplatValue || !CurLoop->isLoopInvariant(SplatValue))
929 MSI->getDestAlign(), SplatValue, MSI, MSIs, Ev,
1011 Value *SplatValue = isBytewiseValue(StoredVal, *DL);
1014 if (!SplatValue)
1017 assert((SplatValue || PatternValue) &&
1080 if (!SplatValue && !isLibFuncEmittable(M, TLI, LibFunc_memset_pattern16))
1092 if (SplatValue) {
1094 BasePtr, SplatValue, NumBytes, MaybeAlign(StoreAlignment),