HomeSort by relevance Sort by last modified time
    Searched refs:InstTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
IRBuilder.h 583 template<typename InstTy>
584 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
603 template <typename InstTy>
604 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 714 TypeSourceInfo *InstTy;
720 InstTy = Ty;
722 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
725 if (!InstTy)
729 D->getFriendLoc(), InstTy);
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 192 struct InstTy {
    [all...]

Completed in 170 milliseconds