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 491 template<typename InstTy>
492 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
510 template <typename InstTy>
511 InstTy *addBranchWeights(InstTy *I, MDNode *Weights) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 597 TypeSourceInfo *InstTy;
603 InstTy = Ty;
605 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
608 if (!InstTy)
612 D->getFriendLoc(), InstTy);
    [all...]

Completed in 64 milliseconds