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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp321 void MergeInTypeForLoadOrStore(Type *In, uint64_t Offset);
392 /// MergeInTypeForLoadOrStore - Add the 'In' type to the accumulated vector type
405 void ConvertToScalarInfo::MergeInTypeForLoadOrStore(Type *In, function in class:ConvertToScalarInfo
447 /// MergeInVectorType - Handles the vector case of MergeInTypeForLoadOrStore,
488 MergeInTypeForLoadOrStore(LI->getType(), Offset);
499 MergeInTypeForLoadOrStore(SI->getOperand(0)->getType(), Offset);

Completed in 56 milliseconds