HomeSort by relevance Sort by last modified time
    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