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 72 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V);
74 InsertValueInst *ExcIVI = 0;
79 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0));
Analysis.cpp 284 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(V)) {
SjLjEHPrepare.cpp 257 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 311 void visitInsertValueInst(InsertValueInst &IVI);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 443 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) {
444 if (U.getOperandNo() != InsertValueInst::getAggregateOperandIndex()
    [all...]
MergeFunctions.cpp 332 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(I1))
333 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 187 } else if (InsertValueInst *E = dyn_cast<InsertValueInst>(I)) {
188 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;
511 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);
653 bool CallAnalyzer::visitInsertValue(InsertValueInst &I) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 296 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 189 milliseconds

1 2