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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp314 void MergeInTypeForLoadOrStore(Type *In, uint64_t Offset);
384 /// MergeInTypeForLoadOrStore - Add the 'In' type to the accumulated vector type
397 void ConvertToScalarInfo::MergeInTypeForLoadOrStore(Type *In, function in class:ConvertToScalarInfo
439 /// MergeInVectorType - Handles the vector case of MergeInTypeForLoadOrStore,
480 MergeInTypeForLoadOrStore(LI->getType(), Offset);
491 MergeInTypeForLoadOrStore(SI->getOperand(0)->getType(), Offset);

Completed in 51 milliseconds