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

1 2

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 74 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V);
76 InsertValueInst *ExcIVI = 0;
81 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0));
Analysis.cpp 327 if (!isa<InsertValueInst>(RetVal) || !isa<StructType>(RetVal->getType()))
SjLjEHPrepare.cpp 254 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
  /external/llvm/lib/VMCore/
Instruction.cpp 213 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(this))
214 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
287 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(this))
288 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Verifier.cpp 291 void visitInsertValueInst(InsertValueInst &IVI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 68 isa<ExtractValueInst>(Inst) || isa<InsertValueInst>(Inst);
107 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(Inst)) {
108 for (InsertValueInst::idx_iterator I = IVI->idx_begin(),
SCCP.cpp 485 void visitInsertValueInst(InsertValueInst &IVI);
786 void SCCPSolver::visitInsertValueInst(InsertValueInst &IVI) {
    [all...]
GVN.cpp 185 } else if (InsertValueInst *E = dyn_cast<InsertValueInst>(I)) {
186 for (InsertValueInst::idx_iterator II = E->idx_begin(), IE = E->idx_end();
    [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 387 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) {
388 if (U.getOperandNo() != InsertValueInst::getAggregateOperandIndex()
    [all...]
MergeFunctions.cpp 324 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(I1))
325 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 346 return InsertValueInst::Create(Struct, Add, 0);
360 return InsertValueInst::Create(Struct, Add, 0);
388 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
409 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
439 return InsertValueInst::Create(Struct, Mul, 0);
469 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 52 class InsertValueInst;
513 void visitInsertValue(const InsertValueInst &I);
  /external/llvm/include/llvm/Support/
InstVisitor.h 200 RetTy visitInsertValueInst(InsertValueInst &I) { DELEGATE(Instruction); }
NoFolder.h 292 return InsertValueInst::Create(Agg, Val, IdxList);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 299 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]

Completed in 1590 milliseconds

1 2