Home | History | Annotate | Download | only in Scalar

Lines Matching defs:SplatValue

154                                  Value *SplatValue, Instruction *TheStore,
952 Value *SplatValue = isBytewiseValue(StoredVal);
959 if (SplatValue && TLI->has(LibFunc::memset) &&
962 CurLoop->isLoopInvariant(SplatValue)) {
963 // Keep and use SplatValue.
970 SplatValue = nullptr;
1022 if (SplatValue) {
1024 SplatValue,