Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:Index

504   //   I32Args should be integers which represent the index arguments
709 for (size_t Index = 0; Index < NumInputs; ++Index) {
713 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset);
719 llvm::Type *InTy = InTypes[Index];
722 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes);
733 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) {