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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp315 void MergeInTypeForLoadOrStore(Type *In, uint64_t Offset);
386 /// MergeInTypeForLoadOrStore - Add the 'In' type to the accumulated vector type
399 void ConvertToScalarInfo::MergeInTypeForLoadOrStore(Type *In, function in class:ConvertToScalarInfo
441 /// MergeInVectorType - Handles the vector case of MergeInTypeForLoadOrStore,
482 MergeInTypeForLoadOrStore(LI->getType(), Offset);
493 MergeInTypeForLoadOrStore(SI->getOperand(0)->getType(), Offset);

Completed in 47 milliseconds