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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1530 Type *LIType = LI->getType();
1531 isSafeMemAccess(Offset, TD->getTypeAllocSize(LIType),
1532 LIType, false, Info, LI, true /*AllowWholeAccess*/);
1589 Type *LIType = LI->getType();
1590 isSafeMemAccess(Offset, TD->getTypeAllocSize(LIType),
1591 LIType, false, Info, LI, false /*AllowWholeAccess*/);
1795 Type *LIType = LI->getType(); local
1797 if (isCompatibleAggregate(LIType, AI->getAllocatedType())) {
1806 Value *Insert = UndefValue::get(LIType);
1814 } else if (LIType
[all...]

Completed in 22 milliseconds