Searched refs:IntTy (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp68 Type *IntTy = SI->getCondition()->getType(); local
84 CaseBuilder.add(IntItem::fromType(IntTy, V));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp68 Type *IntTy = SI->getCondition()->getType(); local
84 CaseBuilder.add(IntItem::fromType(IntTy, V));
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp500 C.IntTy,
501 C.getTrivialTypeSourceInfo(C.IntTy),
520 C.IntTy,
525 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
531 C.IntTy,
539 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
545 C.IntTy,
555 C.IntTy,
[all...]
H A Dslang_rs_export_foreach.cpp509 const clang::QualType &IntType = FD->getASTContext().IntTy;
577 const clang::QualType &IntType = FD->getASTContext().IntTy;
H A Dslang_rs_export_type.cpp1141 Context->getASTContext().IntTy.getTypePtr());

Completed in 59 milliseconds