Searched refs:hasIndices (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h514 bool hasIndices() const { function in class:llvm::GEPOperator
H A DConstants.h1118 bool hasIndices() const;
H A DInstructions.h1094 bool hasIndices() const { function in class:llvm::GetElementPtrInst
2354 bool hasIndices() const { function in class:llvm::CallInst::ShuffleVectorInst::ExtractValueInst
2485 bool hasIndices() const { function in class:llvm::CallInst::ShuffleVectorInst::InsertValueInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h526 if (CE->hasIndices())
H A DConstants.cpp1369 bool ConstantExpr::hasIndices() const { function in class:ConstantExpr
H A DAsmWriter.cpp1574 if (CE->hasIndices()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp407 && IV->hasIndices())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2855 if (!EV.hasIndices())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5278 if (!GEP || !GEP->hasIndices())

Completed in 274 milliseconds