HomeSort by relevance Sort by last modified time
    Searched refs:InsertValueInst (Results 1 - 25 of 38) 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 328 if (!isa<InsertValueInst>(RetVal) || !isa<StructType>(RetVal->getType()))
SjLjEHPrepare.cpp 254 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
  /external/llvm/lib/IR/
Instruction.cpp 303 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(this))
304 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
377 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(this))
378 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Verifier.cpp 295 void visitInsertValueInst(InsertValueInst &IVI);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 433 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) {
434 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/Scalar/
EarlyCSE.cpp 69 isa<ExtractValueInst>(Inst) || isa<InsertValueInst>(Inst);
130 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(Inst))
SCCP.cpp 478 void visitInsertValueInst(InsertValueInst &IVI);
776 void SCCPSolver::visitInsertValueInst(InsertValueInst &IVI) {
    [all...]
LICM.cpp 447 !isa<InsertValueInst>(I))
    [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/lib/Transforms/InstCombine/
InstCombineCalls.cpp 377 return InsertValueInst::Create(Struct, Add, 0);
391 return InsertValueInst::Create(Struct, Add, 0);
419 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
440 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
470 return InsertValueInst::Create(Struct, Mul, 0);
500 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/
InstVisitor.h 200 RetTy visitInsertValueInst(InsertValueInst &I) { DELEGATE(Instruction); }
  /external/llvm/include/llvm/Support/
NoFolder.h 292 return InsertValueInst::Create(Agg, Val, IdxList);
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 133 bool visitInsertValue(InsertValueInst &I);
649 bool CallAnalyzer::visitInsertValue(InsertValueInst &I) {
    [all...]
  /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...]

Completed in 853 milliseconds

1 2