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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1644 Type *SIType = SI->getOperand(0)->getType();
1645 isSafeMemAccess(Offset, DL.getTypeAllocSize(SIType), SIType, true, Info,
1704 Type *SIType = SI->getOperand(0)->getType();
1705 isSafeMemAccess(Offset, DL.getTypeAllocSize(SIType), SIType, true, Info,
1948 Type *SIType = Val->getType(); local
1949 if (isCompatibleAggregate(SIType, AI->getAllocatedType())) {
1964 } else if (SIType->isIntegerTy() &&
1965 DL.getTypeAllocSize(SIType)
[all...]

Completed in 57 milliseconds