Searched refs:InstTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h594 template<typename InstTy>
595 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
614 template <typename InstTy>
615 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp714 TypeSourceInfo *InstTy; local
720 InstTy = Ty;
722 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
725 if (!InstTy)
729 D->getFriendLoc(), InstTy);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp192 struct InstTy { struct in struct:__anon2822::HexagonOperand

Completed in 196 milliseconds