Lines Matching refs:NamePrefix
1313 SmallVectorImpl<Value *> &Indices, Twine NamePrefix) { in buildGEP() argument
1323 NamePrefix + "sroa_idx"); in buildGEP()
1338 Twine NamePrefix) { in getNaturalGEPWithType() argument
1340 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType()
1372 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType()
1383 Twine NamePrefix) { in getNaturalGEPRecursively() argument
1386 NamePrefix); in getNaturalGEPRecursively()
1408 Offset, TargetTy, Indices, NamePrefix); in getNaturalGEPRecursively()
1421 Indices, NamePrefix); in getNaturalGEPRecursively()
1440 Indices, NamePrefix); in getNaturalGEPRecursively()
1456 Twine NamePrefix) { in getNaturalGEPWithOffset() argument
1475 Indices, NamePrefix); in getNaturalGEPWithOffset()
1494 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr() argument
1529 Indices, NamePrefix)) { in getAdjustedPtr()
1568 NamePrefix + "sroa_raw_cast"); in getAdjustedPtr()
1576 NamePrefix + "sroa_raw_idx"); in getAdjustedPtr()
1582 Ptr = IRB.CreateBitCast(Ptr, PointerTy, NamePrefix + "sroa_cast"); in getAdjustedPtr()