Searched refs:Indices (Results 26 - 33 of 33) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp1655 Indices.append(Idxs.begin(), Idxs.end());
1662 Indices(IVI.Indices) {
1679 Indices.append(Idxs.begin(), Idxs.end());
1685 Indices(EVI.Indices) {
H A DAsmWriter.cpp985 ArrayRef<unsigned> Indices = CE->getIndices(); local
986 for (unsigned i = 0, e = Indices.size(); i != e; ++i)
987 Out << ", " << Indices[i]; local
H A DConstants.cpp1020 return EVCE->Indices;
1022 return cast<InsertValueConstantExpr>(this)->Indices;
1679 Constant *Indices[2] = { Zero, One }; local
1680 Constant *GEP = getGetElementPtr(NullPtr, Indices);
H A DCore.cpp2073 LLVMValueRef *Indices, unsigned NumIndices,
2075 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices);
2080 LLVMValueRef *Indices, unsigned NumIndices,
2082 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices);
2072 LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) argument
2079 LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) argument
/macosx-10.10/JavaScriptCore-7600.1.17/llvm/
H A DLLVMAPIFunctions.h452 macro(LLVMValueRef, BuildGEP, (LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name)) \
453 macro(LLVMValueRef, BuildInBoundsGEP, (LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name)) \
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp1021 ArrayRef<Constant *> Indices(Operands.begin() + 1, Operands.end());
1022 markConstant(&I, ConstantExpr::getGetElementPtr(Ptr, Indices));
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1177 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end());
1178 V = ConstantExpr::getGetElementPtr(Elts[0], Indices,
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8772 SmallVector<int, 8> Indices; local
8780 Indices.push_back(i);
8782 Indices.push_back(NumElts);
8789 if (!TLI.isVectorClearMaskLegal(Indices, RVT))
8799 SDValue Shuf = DAG.getVectorShuffle(RVT, dl, LHS, Zero, &Indices[0]);

Completed in 304 milliseconds

12