|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Constants.h 1217 ArrayRef<unsigned> getIndices() const;
References
lib/Analysis/Lint.cpp 709 ArrayRef<unsigned> Indices = CE->getIndices();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 3745 Indices = cast<ConstantExpr>(&I)->getIndices();
3799 Indices = cast<ConstantExpr>(&I)->getIndices();
lib/IR/AsmWriter.cpp 1535 ArrayRef<unsigned> Indices = CE->getIndices();
lib/IR/Constants.cpp 1269 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(),
1272 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy);
3012 return InsertValueInst::Create(Ops[0], Ops[1], getIndices());
3014 return ExtractValueInst::Create(Ops[0], getIndices());
lib/IR/ConstantsContext.h 483 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()),
491 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()),
517 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
lib/IR/Core.cpp 2967 return CE->getIndices().size();
2979 return CE->getIndices().data();
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp 279 return Builder.CreateExtractValue(NewOperands[0], C->getIndices());
283 C->getIndices());