reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
  376     return cast<SCEVUnknown>(this)->getType();
 4600   unsigned SourceBits = SE.getTypeSizeInBits(SymbolicPHI->getType());
lib/Analysis/StackSafetyAnalysis.cpp
   51       return SE.getZero(Expr->getType());
lib/CodeGen/SafeStack.cpp
  114       return SE.getZero(Expr->getType());
tools/polly/lib/Analysis/ScopBuilder.cpp
 1833                      ArgBasePtr->getType(), false, {AF}, {nullptr}, CI);
tools/polly/lib/Support/SCEVValidator.cpp
  433     if (!Expr->getType()->isIntegerTy() && !Expr->getType()->isPointerTy()) {
  433     if (!Expr->getType()->isIntegerTy() && !Expr->getType()->isPointerTy()) {
tools/polly/lib/Support/ScopHelper.cpp
  319       RHSScev = SE.getUMaxExpr(RHSScev, SE.getConstant(E->getType(), 1));
  321     Value *LHS = expandCodeFor(LHSScev, E->getType(), IP);
  322     Value *RHS = expandCodeFor(RHSScev, E->getType(), IP);