HomeSort by relevance Sort by last modified time
    Searched refs:fitsInLegalInteger (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
DataLayout.h 284 /// fitsInLegalInteger - This function returns true if the specified type fits
288 bool fitsInLegalInteger(unsigned Width) const {
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 336 !DL.fitsInLegalInteger(NewLoadByteSize*8))
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 368 !HadNonMemTransferAccess && !DL.fitsInLegalInteger(BitWidth))
    [all...]

Completed in 890 milliseconds