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

1 2

  /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 298 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(V)) {
  /external/llvm/lib/IR/
Instruction.cpp 305 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(I1))
306 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices();
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
InstVisitor.h 204 RetTy visitInsertValueInst(InsertValueInst &I) { DELEGATE(Instruction); }
NoFolder.h 293 return InsertValueInst::Create(Agg, Val, IdxList);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 458 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) {
459 if (U->getOperandNo() != InsertValueInst::getAggregateOperandIndex()
    [all...]
MergeFunctions.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 187 void visitInsertValueInst(InsertValueInst &I);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 324 Instruction *visitInsertValueInst(InsertValueInst &IV);
446 return InsertValueInst::Create(Struct, Result, 0);
InstCombineVectorOps.cpp 452 Instruction *InstCombiner::visitInsertValueInst(InsertValueInst &I) {
464 auto UserInsInst = dyn_cast<InsertValueInst>(U);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 251 if (isa<const InsertValueInst>(Instr) && OpIdx > 1)
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 73 isa<ExtractValueInst>(Inst) || isa<InsertValueInst>(Inst);
130 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(Inst))
    [all...]
SCCP.cpp 481 void visitInsertValueInst(InsertValueInst &IVI);
787 void SCCPSolver::visitInsertValueInst(InsertValueInst &IVI) {
    [all...]
GVN.cpp 195 } else if (InsertValueInst *E = dyn_cast<InsertValueInst>(I)) {
196 for (InsertValueInst::idx_iterator II = E->idx_begin(), IE = E->idx_end();
    [all...]
LICM.cpp 510 !isa<InsertValueInst>(I))
    [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 429 void visitInsertValueInst(InsertValueInst &Inst) {
491 Value *visitInsertValueInst(InsertValueInst &Inst) {
    [all...]
InlineCost.cpp 152 bool visitInsertValue(InsertValueInst &I);
707 bool CallAnalyzer::visitInsertValue(InsertValueInst &I) {
    [all...]
ValueTracking.cpp     [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 56 class InsertValueInst;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 349 void visitInsertValueInst(InsertValueInst &I);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]

Completed in 448 milliseconds

1 2