Searched defs:IntTy (Results 1 - 1 of 1) 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...]

Completed in 48 milliseconds