Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1634 Type *LIType = LI->getType(); in isSafeForScalarRepl() local
1635 isSafeMemAccess(Offset, DL.getTypeAllocSize(LIType), LIType, false, Info, in isSafeForScalarRepl()
1694 Type *LIType = LI->getType(); in isSafePHISelectUseForScalarRepl() local
1695 isSafeMemAccess(Offset, DL.getTypeAllocSize(LIType), LIType, false, Info, in isSafePHISelectUseForScalarRepl()
1918 Type *LIType = LI->getType(); in RewriteForScalarRepl() local
1920 if (isCompatibleAggregate(LIType, AI->getAllocatedType())) { in RewriteForScalarRepl()
1929 Value *Insert = UndefValue::get(LIType); in RewriteForScalarRepl()
1937 } else if (LIType->isIntegerTy() && in RewriteForScalarRepl()
1938 DL.getTypeAllocSize(LIType) == in RewriteForScalarRepl()