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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1624 Type *LIType = LI->getType();
1625 isSafeMemAccess(Offset, TD->getTypeAllocSize(LIType),
1626 LIType, false, Info, LI, true /*AllowWholeAccess*/);
1683 Type *LIType = LI->getType();
1684 isSafeMemAccess(Offset, TD->getTypeAllocSize(LIType),
1685 LIType, false, Info, LI, false /*AllowWholeAccess*/);
1903 Type *LIType = LI->getType(); local
1905 if (isCompatibleAggregate(LIType, AI->getAllocatedType())) {
1914 Value *Insert = UndefValue::get(LIType);
1922 } else if (LIType
[all...]

Completed in 101 milliseconds