Home
last modified time | relevance | path

Searched refs:IndexValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1248 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local
1260 if (getParser().parseExpression(IndexValue, E)) in parseMEMOperand()
1266 IndexValue = MCConstantExpr::create(0, getContext()); in parseMEMOperand()
1277 IndexValue ? VEOperand::MorphToMEMzii(IndexValue, std::move(Offset)) in parseMEMOperand()
1295 IndexValue in parseMEMOperand()
1296 ? VEOperand::MorphToMEMrii(BaseReg, IndexValue, std::move(Offset)) in parseMEMOperand()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp186 uint64_t getConstant(const Value *IndexValue);
662 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { in getConstant() argument
663 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp3225 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local
3227 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()