Searched refs:SIType (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1537 Type *SIType = SI->getOperand(0)->getType(); in isSafeForScalarRepl() local 1538 isSafeMemAccess(Offset, TD->getTypeAllocSize(SIType), in isSafeForScalarRepl() 1539 SIType, true, Info, SI, true /*AllowWholeAccess*/); in isSafeForScalarRepl() 1596 Type *SIType = SI->getOperand(0)->getType(); in isSafePHISelectUseForScalarRepl() local 1597 isSafeMemAccess(Offset, TD->getTypeAllocSize(SIType), in isSafePHISelectUseForScalarRepl() 1598 SIType, true, Info, SI, false /*AllowWholeAccess*/); in isSafePHISelectUseForScalarRepl() 1822 Type *SIType = Val->getType(); in RewriteForScalarRepl() local 1823 if (isCompatibleAggregate(SIType, AI->getAllocatedType())) { in RewriteForScalarRepl() 1838 } else if (SIType->isIntegerTy() && in RewriteForScalarRepl() 1839 TD->getTypeAllocSize(SIType) == in RewriteForScalarRepl()
|