Searched refs:getIndices (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1941 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices());
1988 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1829 if (EVI->getIndices()[0] == 0) {
4622 if (EVI->getIndices()[0] == 0)
4625 assert(EVI->getIndices()[0] == 1 && "Obvious from CI's type");
H A DScalarEvolution.cpp4342 if (EVI->getNumIndices() != 1 || EVI->getIndices()[0] != 0)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1834 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
H A DSelectionDAGBuilder.cpp3651 Indices = IV->getIndices();
3653 Indices = cast<ConstantExpr>(&I)->getIndices();
3705 Indices = EV->getIndices();
3707 Indices = cast<ConstantExpr>(&I)->getIndices();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2143 return I->getNumIndices() == 1 && I->getIndices()[0] == Ind &&
H A DInstructions.h2346 ArrayRef<unsigned> getIndices() const { function in class:llvm::CallInst::ShuffleVectorInst::ExtractValueInst
2477 ArrayRef<unsigned> getIndices() const { function in class:llvm::CallInst::ShuffleVectorInst::InsertValueInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3771 Value *ResShadow = IRB.CreateExtractValue(AggShadow, I.getIndices());
3784 Value *Res = IRB.CreateInsertValue(AggShadow, InsShadow, I.getIndices());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3709 EVI.getIndices()) == EVI.getType(),
3717 IVI.getIndices()) ==
H A DAsmWriter.cpp1575 ArrayRef<unsigned> Indices = CE->getIndices();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2112 if (Extract->getIndices()[0] != I)
H A DInstCombineCompares.cpp5724 if (EVI->getIndices()[0] == 0 && ACXI->getCompareOperand() == Op1 &&

Completed in 335 milliseconds

12