OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSizeOf
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
431
///
isSizeOf
, isAlignOf, isOffsetOf - Test whether this is a special
437
bool
isSizeOf
(Type *&AllocTy) const;
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
214
if (U->
isSizeOf
(AllocTy)) {
380
bool SCEVUnknown::
isSizeOf
(Type *&AllocTy) const {
[
all
...]
Completed in 172 milliseconds