Home
last modified time | relevance | path

Searched refs:SecondTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1107 template <class SecondTy, class... RestTy>
1109 SecondTy Second, RestTy... Tail);
1155 template <class SecondTy, class... RestTy>
1157 SecondTy Second, RestTy... Tail) { in intersect()
1188 template <class HeadTy, class SecondTy, class... RestTy>
1190 typename IntersectionTraits<HeadTy, SecondTy, RestTy...>::Type
1191 intersect(RangeSet::Factory &F, HeadTy Head, SecondTy Second, in intersect()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6331 auto *SecondTy = GetElementPtrInst::getIndexedType( in optimizeGatherScatterInst() local
6334 Builder.CreateGEP(SecondTy, NewAddr, Constant::getNullValue(IndexTy)); in optimizeGatherScatterInst()