Searched refs:gepIndices (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp837 SmallVector<llvm::Value*, 8> gepIndices; local
841 gepIndices.push_back(zero);
855 gepIndices.push_back(zero);
869 addr = Builder.CreateInBoundsGEP(addr, gepIndices, "array.begin");
H A DCGDecl.cpp1299 SmallVector<llvm::Value*,4> gepIndices(arrayDepth, zero);
1300 begin = CGF.Builder.CreateInBoundsGEP(begin, gepIndices, "pad.arraybegin");
1301 end = CGF.Builder.CreateInBoundsGEP(end, gepIndices, "pad.arrayend");
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp1027 std::vector<Value*> gepIndices(2);
1028 gepIndices[0] = Constant::getNullValue(Type::getInt32Ty(*Context));
1029 gepIndices[1] = incValue;
1032 GetElementPtrInst::Create(dag->getCounterArray(), gepIndices,

Completed in 61 milliseconds