Searched defs:IntTy (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.cpp160 mASTCtxt.IntTy, // int slot
162 mASTCtxt.IntTy, // int numOutput
163 mASTCtxt.IntTy, // int numInputs
252 const clang::CanQualType IntTy = mASTCtxt.IntTy; local
253 const unsigned IntTySize = mASTCtxt.getTypeSize(IntTy);
258 clang::IntegerLiteral::Create(mASTCtxt, APIntSlot, IntTy, Loc);
349 clang::IntegerLiteral::Create(mASTCtxt, APIntZero, IntTy, Loc);
367 clang::IntegerLiteral::Create(mASTCtxt, APIntNumOutput, IntTy, Loc);
372 clang::IntegerLiteral::Create(mASTCtxt, APIntNumInputs, IntTy, Lo
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dbuilder_test.cpp108 auto IntTy = m->getIntType(32); local
209 auto IntTy = m->getIntType(32); local
210 auto FuncTy = m->getFunctionType(IntTy, {IntTy});
212 auto Func = b.MakeFunctionDefinition(IntTy, FunctionControl::None, FuncTy);

Completed in 103 milliseconds