HomeSort by relevance Sort by last modified time
    Searched refs:IVI (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 481 void visitInsertValueInst(InsertValueInst &IVI);
787 void SCCPSolver::visitInsertValueInst(InsertValueInst &IVI) {
788 StructType *STy = dyn_cast<StructType>(IVI.getType());
790 return markOverdefined(&IVI);
794 if (IVI.getNumIndices() != 1)
795 return markAnythingOverdefined(&IVI);
797 Value *Aggr = IVI.getAggregateOperand();
798 unsigned Idx = *IVI.idx_begin();
805 mergeInValue(getStructValueState(&IVI, i), &IVI, EltVal)
    [all...]
EarlyCSE.cpp 130 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(Inst))
131 return hash_combine(IVI->getOpcode(), IVI->getOperand(0),
132 IVI->getOperand(1),
133 hash_combine_range(IVI->idx_begin(), IVI->idx_end()));
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 298 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(V)) {
300 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
307 NoopInput = IVI->getInsertedValueOperand();
  /external/llvm/lib/IR/
Instruction.cpp 305 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(I1))
306 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices();
Verifier.cpp 400 void visitInsertValueInst(InsertValueInst &IVI);
    [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 1515 milliseconds