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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp581 llvm::Type *InType = ArgIter->getType(); local
592 if (!InType->isPointerTy()) {
593 InType = InType->getPointerTo();
599 llvm::Value *InStep = getStepValue(&DL, InType, Arg_instep);
610 InTypes.push_back(InType);
632 llvm::Type *InType = ArgIter->getType(); local
643 if (!InType->isPointerTy()) {
644 InType = InType
[all...]

Completed in 63 milliseconds