Searched refs:SIType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1644 Type *SIType = SI->getOperand(0)->getType(); in isSafeForScalarRepl() local 1645 isSafeMemAccess(Offset, DL.getTypeAllocSize(SIType), SIType, true, Info, in isSafeForScalarRepl() 1704 Type *SIType = SI->getOperand(0)->getType(); in isSafePHISelectUseForScalarRepl() local 1705 isSafeMemAccess(Offset, DL.getTypeAllocSize(SIType), SIType, true, Info, in isSafePHISelectUseForScalarRepl() 1948 Type *SIType = Val->getType(); in RewriteForScalarRepl() local 1949 if (isCompatibleAggregate(SIType, AI->getAllocatedType())) { in RewriteForScalarRepl() 1964 } else if (SIType->isIntegerTy() && in RewriteForScalarRepl() 1965 DL.getTypeAllocSize(SIType) == in RewriteForScalarRepl()
|