HomeSort by: relevance | last modified time | path
    Searched refs:visitInsertElementInst (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 164 void visitInsertElementInst(InsertElementInst &I);
Execution.cpp 1827 void Interpreter::visitInsertElementInst(InsertElementInst &I) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp 118 void visitInsertElementInst(InsertElementInst &I);
607 void Lint::visitInsertElementInst(InsertElementInst &I) {
CFLGraph.h 482 void visitInsertElementInst(InsertElementInst &Inst) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 201 bool visitInsertElementInst(InsertElementInst &IEI);
749 bool ScalarizerVisitor::visitInsertElementInst(InsertElementInst &IEI) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 165 Instruction *visitInsertElementInst(InsertElementInst &IE);
InstCombineVectorOps.cpp 585 // TODO: This restriction matches the check in visitInsertElementInst() and
1342 Instruction *InstCombinerImpl::visitInsertElementInst(InsertElementInst &IE) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 785 void visitInsertElementInst(InsertElementInst &I);
2788 void DFSanVisitor::visitInsertElementInst(InsertElementInst &I) {
MemorySanitizer.cpp 1994 void visitInsertElementInst(InsertElementInst &I) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 499 void visitInsertElementInst(InsertElementInst &EI);
3608 void Verifier::visitInsertElementInst(InsertElementInst &IE) {

Completed in 36 milliseconds