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

/external/llvm/include/llvm/Target/
H A DTargetData.h187 /// fitsInLegalInteger - This function returns true if the specified type fits
191 bool fitsInLegalInteger(unsigned Width) const { function in class:llvm::TargetData
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp323 !TD.fitsInLegalInteger(NewLoadByteSize*8))
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp319 !HadNonMemTransferAccess && !TD.fitsInLegalInteger(BitWidth))

Completed in 222 milliseconds