HomeSort by relevance Sort by last modified time
    Searched refs:InsertValueInst (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 103 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V);
105 InsertValueInst *ExcIVI = nullptr;
110 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0));
Analysis.cpp 297 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(V)) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 216 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(this))
217 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
272 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(this))
273 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 66 isa<ExtractValueInst>(Inst) || isa<InsertValueInst>(Inst);
105 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(Inst)) {
106 for (InsertValueInst::idx_iterator I = IVI->idx_begin(),
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
InstVisitor.h 204 RetTy visitInsertValueInst(InsertValueInst &I) { DELEGATE(Instruction); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 384 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) {
385 if (U->getOperandNo() != InsertValueInst::getAggregateOperandIndex()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 387 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) {
388 if (U.getOperandNo() != InsertValueInst::getAggregateOperandIndex()
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 373 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(I1))
374 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices();
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 419 return InsertValueInst::Create(Struct, Add, 0);
433 return InsertValueInst::Create(Struct, Add, 0);
461 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
482 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
513 return InsertValueInst::Create(Struct, Mul, 0);
543 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 187 void visitInsertValueInst(InsertValueInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 197 RetTy visitInsertValueInst(InsertValueInst &I) { DELEGATE(Instruction); }
NoFolder.h 280 return InsertValueInst::Create(Agg, Val, IdxList);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 277 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
377 InsertValueInst *LPadVal = InsertValueInst::Create(llvm::UndefValue::get(Ty),
380 return InsertValueInst::Create(LPadVal, Sel, 1, "lpad.val", InsertPt);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 327 Instruction *visitInsertValueInst(InsertValueInst &IV);
452 return InsertValueInst::Create(Struct, Result, 0);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 52 class InsertValueInst;
517 void visitInsertValue(const InsertValueInst &I);

Completed in 1450 milliseconds

1 2 3 4 5