Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LoadName

544     SmallString<16> LoadName = Name;
545 LoadName += ".unpack";
558 auto *L = IC.Builder->CreateLoad(ST->getTypeAtIndex(i), Ptr, LoadName);