Searched defs:MemOpType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp159 Type *MemOpType, bool isStore, AllocaInfo &Info,
1805 Type *MemOpType, bool isStore,
1812 // This can be safe for MemIntrinsics (where MemOpType is 0) and integer
1817 if (!MemOpType || MemOpType->isIntegerTy()) {
1827 if (isCompatibleAggregate(MemOpType, Info.AI->getAllocatedType())) {
1804 isSafeMemAccess(uint64_t Offset, uint64_t MemSize, Type *MemOpType, bool isStore, AllocaInfo &Info, Instruction *TheAccess, bool AllowWholeAccess) argument

Completed in 110 milliseconds