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

References

include/llvm/ADT/PointerIntPair.h
   53   PointerIntPair(PointerTy PtrVal, IntType IntVal) {
   61   IntType getInt() const { return (IntType)Info::getInt(Value); }
   67   void setInt(IntType IntVal) LLVM_LVALUE_FUNCTION {
   75   void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION {
include/llvm/ADT/SmallVector.h
  644     ::new ((void *)this->end()) T(std::forward<ArgTypes>(Args)...);
include/llvm/Analysis/ScalarEvolution.h
  962   BlockDisposition getBlockDisposition(const SCEV *S, const BasicBlock *BB);
 1414       SmallVector<PointerIntPair<const BasicBlock *, 2, BlockDisposition>, 2>>
 1418   BlockDisposition computeBlockDisposition(const SCEV *S, const BasicBlock *BB);
lib/Analysis/ScalarEvolution.cpp
11750 ScalarEvolution::BlockDisposition
11758   BlockDisposition D = computeBlockDisposition(S, BB);
11769 ScalarEvolution::BlockDisposition
11799       BlockDisposition D = getBlockDisposition(NAryOp, BB);
11810     BlockDisposition LD = getBlockDisposition(LHS, BB);
11813     BlockDisposition RD = getBlockDisposition(RHS, BB);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };