Home
last modified time | relevance | path

Searched refs:LIType (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1527 Type *LIType = LI->getType(); in isSafeForScalarRepl() local
1528 isSafeMemAccess(Offset, TD->getTypeAllocSize(LIType), in isSafeForScalarRepl()
1529 LIType, false, Info, LI, true /*AllowWholeAccess*/); in isSafeForScalarRepl()
1586 Type *LIType = LI->getType(); in isSafePHISelectUseForScalarRepl() local
1587 isSafeMemAccess(Offset, TD->getTypeAllocSize(LIType), in isSafePHISelectUseForScalarRepl()
1588 LIType, false, Info, LI, false /*AllowWholeAccess*/); in isSafePHISelectUseForScalarRepl()
1792 Type *LIType = LI->getType(); in RewriteForScalarRepl() local
1794 if (isCompatibleAggregate(LIType, AI->getAllocatedType())) { in RewriteForScalarRepl()
1803 Value *Insert = UndefValue::get(LIType); in RewriteForScalarRepl()
1811 } else if (LIType->isIntegerTy() && in RewriteForScalarRepl()
[all …]