Home
last modified time | relevance | path

Searched refs:InstT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h37 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { in hasNoUnsignedWrap()
43 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap()
55 template <class InstT> bool hasNoSignedZeros(const InstT *Op) const { in hasNoSignedZeros()
H A DRegionInfo.h93 using InstT = Instruction;
263 using InstT = typename Tr::InstT;
467 bool contains(const InstT *Inst) const { return contains(Inst->getParent()); }
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h140 template <class InstT> bool contains(const InstT *Inst) const { in contains()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h40 using InstT = MachineInstr;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1771 template <typename InstT>
1772 void InterleaveGroup<InstT>::addMetadata(InstT *NewInst) const { in addMetadata()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5673 QualType InstT = TSI->getType(); in InstantiateFunctionDefinition() local
5682 TLB.pushTrivial(Context, InstT, PatternTSI->getTypeLoc().getBeginLoc()); in InstantiateFunctionDefinition()
5684 TLB.getTypeSourceInfo(Context, InstT)); in InstantiateFunctionDefinition()