Searched refs:LastIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp681 uint64_t LastIndex = 0; local
684 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
687 LastIndex = I + 1;
706 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I)
734 uint64_t LastIndex = 0; local
737 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
740 LastIndex = I + 1;
757 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I)
H A DVerifier.cpp840 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); local
841 if (LastIndex <= Params
842 || (LastIndex == AttributeSet::FunctionIndex
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp877 Value *LastIndex = Gep->getOperand(NumOperands - 1); local
909 const SCEV *Last = SE->getSCEV(LastIndex);
1007 Value *LastIndex = GEPParts[0]; local
1008 LastIndex = Builder.CreateExtractElement(LastIndex, Zero);
1012 Gep2->setOperand(NumOperands - 1, LastIndex);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1727 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; local
1731 unsigned TotalOffset = (AsmTokOffsets[LastIndex]
1732 + AsmToks[LastIndex].getLength()
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp4737 unsigned int LastIndex = SkipIvars.size()-1; local
4739 SkipIvars[LastIndex].ivar_bytepos + SkipIvars[LastIndex].ivar_size;
4740 LastIndex = IvarsInfo.size()-1;
4742 IvarsInfo[LastIndex].ivar_bytepos +
4743 IvarsInfo[LastIndex].ivar_size * WordSize;
H A DTargetInfo.cpp32 unsigned LastIndex) {
34 for (unsigned I = FirstIndex; I <= LastIndex; ++I) {
28 AssignToArrayRange(CodeGen::CGBuilderTy &Builder, llvm::Value *Array, llvm::Value *Value, unsigned FirstIndex, unsigned LastIndex) argument

Completed in 236 milliseconds