Home
last modified time | relevance | path

Searched refs:SelTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp524 Type *SelTy = Type::getInt32Ty(Context); in UpgradeExceptionHandling() local
525 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL); in UpgradeExceptionHandling()
571 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator()); in UpgradeExceptionHandling()
/external/clang/lib/CodeGen/
DCGDebugInfo.h66 llvm::DIType *SelTy = nullptr; variable
DCGDebugInfo.cpp511 if (!SelTy) in CreateType()
512 SelTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type, in CreateType()
515 return SelTy; in CreateType()