| /trueos/contrib/llvm/lib/IR/ |
| HD | Instruction.cpp | 305 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices(); in isIdenticalToWhenDefined() 307 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices(); in isIdenticalToWhenDefined() 379 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices(); in isSameOperationAs() 381 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices(); in isSameOperationAs()
|
| HD | Constants.cpp | 1074 ArrayRef<unsigned> ConstantExpr::getIndices() const { in getIndices() function in ConstantExpr 1138 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices()); in getWithOperands() 1140 return ConstantExpr::getExtractValue(Ops[0], getIndices()); in getWithOperands() 2793 return InsertValueInst::Create(Ops[0], Ops[1], getIndices()); in getAsInstruction() 2795 return ExtractValueInst::Create(Ops[0], getIndices()); in getAsInstruction()
|
| HD | ConstantsContext.h | 490 CE->getIndices() : ArrayRef<unsigned>());
|
| HD | Verifier.cpp | 1934 EVI.getIndices()) == in visitExtractValueInst() 1943 IVI.getIndices()) == in visitInsertValueInst()
|
| HD | AsmWriter.cpp | 1029 ArrayRef<unsigned> Indices = CE->getIndices(); in WriteConstantInternal()
|
| /trueos/contrib/llvm/lib/Transforms/IPO/ |
| HD | MergeFunctions.cpp | 336 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in isEquivalentOperation() 338 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in isEquivalentOperation()
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXGenericToNVVM.cpp | 332 return Builder.CreateExtractValue(NewOperands[0], C->getIndices()); in remapConstantExpr() 336 C->getIndices()); in remapConstantExpr()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | Analysis.cpp | 286 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() 303 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | Lint.cpp | 660 Ex->getIndices())) in findValueImpl() 673 ArrayRef<unsigned> Indices = CE->getIndices(); in findValueImpl()
|
| HD | ConstantFolding.cpp | 899 IVI->getIndices()); in ConstantFoldInstruction() 905 EVI->getIndices()); in ConstantFoldInstruction()
|
| HD | InstructionSimplify.cpp | 2793 EV->getIndices() == Idxs) { in SimplifyInsertValueInst() 3136 IV->getIndices(), TD, TLI, DT); in SimplifyInstruction()
|
| HD | ValueTracking.cpp | 773 if (EVI->getIndices()[0] == 0) { in ComputeMaskedBits()
|
| /trueos/contrib/llvm/lib/Analysis/IPA/ |
| HD | InlineCost.cpp | 654 SimplifiedValues[&I] = ConstantExpr::getExtractValue(C, I.getIndices()); in visitExtractValue() 672 I.getIndices()); in visitInsertValue()
|
| /trueos/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstructionCombining.cpp | 1692 return ExtractValueInst::Create(C2, EV.getIndices().slice(1)); in visitExtractValueInst() 1714 EV.getIndices()); in visitExtractValueInst() 1732 EV.getIndices()); in visitExtractValueInst()
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Constants.h | 1065 ArrayRef<unsigned> getIndices() const;
|
| HD | Instructions.h | 1800 ArrayRef<unsigned> getIndices() const { 1921 ArrayRef<unsigned> getIndices() const {
|
| /trueos/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | MemorySanitizer.cpp | 2112 Value *ResShadow = IRB.CreateExtractValue(AggShadow, I.getIndices()); in visitExtractValueInst() 2125 Value *Res = IRB.CreateInsertValue(AggShadow, InsShadow, I.getIndices()); in visitInsertValueInst()
|
| /trueos/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| HD | Execution.cpp | 1898 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst() 1944 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst()
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 964 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in SelectExtractValue()
|
| HD | SelectionDAGBuilder.cpp | 3187 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 3228 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
|