Searched refs:InsertElementInst (Results 1 - 25 of 78) sorted by relevance

1234

/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h39 class InsertElementInst;
126 bool vectorizeInsertElementInst(InsertElementInst *IEI, BasicBlock *BB,
133 /// InsertElementInst instructions.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h39 class InsertElementInst;
126 bool vectorizeInsertElementInst(InsertElementInst *IEI, BasicBlock *BB,
133 /// InsertElementInst instructions.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h39 class InsertElementInst;
126 bool vectorizeInsertElementInst(InsertElementInst *IEI, BasicBlock *BB,
133 /// InsertElementInst instructions.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h39 class InsertElementInst;
126 bool vectorizeInsertElementInst(InsertElementInst *IEI, BasicBlock *BB,
133 /// InsertElementInst instructions.
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h39 class InsertElementInst;
126 bool vectorizeInsertElementInst(InsertElementInst *IEI, BasicBlock *BB,
133 /// InsertElementInst instructions.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h39 class InsertElementInst;
126 bool vectorizeInsertElementInst(InsertElementInst *IEI, BasicBlock *BB,
133 /// InsertElementInst instructions.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h39 class InsertElementInst;
126 bool vectorizeInsertElementInst(InsertElementInst *IEI, BasicBlock *BB,
133 /// InsertElementInst instructions.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h39 class InsertElementInst;
126 bool vectorizeInsertElementInst(InsertElementInst *IEI, BasicBlock *BB,
133 /// InsertElementInst instructions.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
H A DInstructions.h2120 // InsertElementInst Class
2126 class InsertElementInst : public Instruction { class in namespace:llvm
2127 InsertElementInst(Value *Vec, Value *NewElt, Value *Idx,
2130 InsertElementInst(Value *Vec, Value *NewElt, Value *Idx, const Twine &NameStr,
2137 InsertElementInst *cloneImpl() const;
2140 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx,
2143 return new(3) InsertElementInst(Vec, NewElt, Idx, NameStr, InsertBefore);
2146 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx,
2149 return new(3) InsertElementInst(Vec, NewElt, Idx, NameStr, InsertAtEnd);
2176 struct OperandTraits<InsertElementInst>
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
H A DInstructions.h2141 // InsertElementInst Class
2147 class InsertElementInst : public Instruction { class in namespace:llvm
2148 InsertElementInst(Value *Vec, Value *NewElt, Value *Idx,
2151 InsertElementInst(Value *Vec, Value *NewElt, Value *Idx, const Twine &NameStr,
2158 InsertElementInst *cloneImpl() const;
2161 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx,
2164 return new(3) InsertElementInst(Vec, NewElt, Idx, NameStr, InsertBefore);
2167 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx,
2170 return new(3) InsertElementInst(Vec, NewElt, Idx, NameStr, InsertAtEnd);
2197 struct OperandTraits<InsertElementInst>
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
H A DInstructions.h2141 // InsertElementInst Class
2147 class InsertElementInst : public Instruction { class in namespace:llvm
2148 InsertElementInst(Value *Vec, Value *NewElt, Value *Idx,
2151 InsertElementInst(Value *Vec, Value *NewElt, Value *Idx, const Twine &NameStr,
2158 InsertElementInst *cloneImpl() const;
2161 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx,
2164 return new(3) InsertElementInst(Vec, NewElt, Idx, NameStr, InsertBefore);
2167 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx,
2170 return new(3) InsertElementInst(Vec, NewElt, Idx, NameStr, InsertAtEnd);
2197 struct OperandTraits<InsertElementInst>
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DInstVisitor.h204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}

Completed in 495 milliseconds

1234