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 432 template<typename InstTy>
433 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
451 template <typename InstTy>
452 InstTy *addBranchWeights(InstTy *I, MDNode *Weights) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 538 TypeSourceInfo *InstTy;
544 InstTy = Ty;
546 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
549 if (!InstTy)
553 D->getFriendLoc(), InstTy);
    [all...]

Completed in 646 milliseconds