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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1620 Type *LIType = LI->getType();
1621 isSafeMemAccess(Offset, DL->getTypeAllocSize(LIType),
1622 LIType, false, Info, LI, true /*AllowWholeAccess*/);
1679 Type *LIType = LI->getType();
1680 isSafeMemAccess(Offset, DL->getTypeAllocSize(LIType),
1681 LIType, false, Info, LI, false /*AllowWholeAccess*/);
1899 Type *LIType = LI->getType(); local
1901 if (isCompatibleAggregate(LIType, AI->getAllocatedType())) {
1910 Value *Insert = UndefValue::get(LIType);
1918 } else if (LIType
[all...]

Completed in 128 milliseconds