OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fitsInLegalInteger
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/IR/
DataLayout.h
304
bool
fitsInLegalInteger
(unsigned Width) const {
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
343
!DL.
fitsInLegalInteger
(NewLoadByteSize*8))
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
374
!HadNonMemTransferAccess && !DL.
fitsInLegalInteger
(BitWidth))
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
SimplifyLibCalls.cpp
796
if (!DL.
fitsInLegalInteger
(Max + 1))
[
all
...]
Completed in 54 milliseconds