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 508 /// isSizeOf, isAlignOf, isOffsetOf - Test whether this is a special
514 bool isSizeOf(Type *&AllocTy) const;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 219 if (U->isSizeOf(AllocTy)) {
385 bool SCEVUnknown::isSizeOf(Type *&AllocTy) const {
    [all...]

Completed in 116 milliseconds