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

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAutoUpgrade.cpp273 SmallVector<Constant*, 8> Idxs; local
H A DConstantFold.cpp1893 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { argument
822 ConstantFoldExtractValueInstruction(Constant *Agg, ArrayRef<unsigned> Idxs) argument
834 ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val, ArrayRef<unsigned> Idxs) argument
1911 ConstantFoldGetElementPtrImpl(Constant *C, bool inBounds, ArrayRef<IndexTy> Idxs) argument
2066 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Constant *> Idxs) argument
2072 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Value *> Idxs) argument
[all...]
H A DConstants.cpp1740 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, argument
1875 getInsertValue(Constant *Agg, Constant *Val, ArrayRef<unsigned> Idxs) argument
1887 getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs) argument
[all...]
H A DInstructions.cpp1640 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, argument
1672 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) { argument
1695 getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSjLjEHPrepare.cpp133 Value *Idxs[2] = { Zero, One }; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp322 Value *Idxs[2]; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DArgumentPromotion.cpp655 Value *Idxs[2] = { local
780 Value *Idxs[2] = { local
H A DGlobalOpt.cpp758 SmallVector<Constant*, 8> Idxs; local
765 SmallVector<Value*, 8> Idxs; local
908 SmallVector<Constant*, 8> Idxs; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-stress/
H A Dllvm-stress.cpp439 std::vector<Constant*> Idxs; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DValueTracking.cpp1420 BuildSubAggregate(Value *From, Value* To, Type *IndexedType, SmallVector<unsigned, 10> &Idxs, unsigned IdxSkip, Instruction *InsertBefore) argument
1563 SmallVector<unsigned, 5> Idxs; local
[all...]
H A DInstructionSimplify.cpp2590 SimplifyInsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Query &Q, unsigned) argument
2617 SimplifyInsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const TargetData *TD, const TargetLibraryInfo *TLI, const DominatorTree *DT) argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DIRBuilder.h912 Value *Idxs[] = { local
924 Value *Idxs[] = { local
953 Value *Idxs[] = { local
965 Value *Idxs[] local
1290 CreateExtractValue(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &Name = �) argument
1298 CreateInsertValue(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &Name = �) argument
[all...]
H A DInstructions.h1758 Create(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr = �, Instruction *InsertBefore = 0) argument
1765 Create(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1814 ExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr, Instruction *InsertBefore) argument
1822 ExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1874 Create(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr = �, Instruction *InsertBefore = 0) argument
1880 Create(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1941 InsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr, Instruction *InsertBefore) argument
1951 InsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]

Completed in 195 milliseconds