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

  /external/llvm/include/llvm/IR/
IRBuilder.h 429 template<typename InstTy>
430 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
448 template <typename InstTy>
449 InstTy *addBranchWeights(InstTy *I, MDNode *Weights) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 562 TypeSourceInfo *InstTy;
568 InstTy = Ty;
570 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
573 if (!InstTy)
577 D->getFriendLoc(), InstTy);
    [all...]

Completed in 52 milliseconds