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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1630 Type *SIType = SI->getOperand(0)->getType();
1631 isSafeMemAccess(Offset, DL->getTypeAllocSize(SIType),
1632 SIType, true, Info, SI, true /*AllowWholeAccess*/);
1689 Type *SIType = SI->getOperand(0)->getType();
1690 isSafeMemAccess(Offset, DL->getTypeAllocSize(SIType),
1691 SIType, true, Info, SI, false /*AllowWholeAccess*/);
1929 Type *SIType = Val->getType(); local
1930 if (isCompatibleAggregate(SIType, AI->getAllocatedType())) {
1945 } else if (SIType->isIntegerTy() &&
1946 DL->getTypeAllocSize(SIType)
[all...]

Completed in 61 milliseconds