Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1250 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local
1262 if (getParser().parseExpression(IndexValue, E)) in parseMEMOperand()
1268 IndexValue = MCConstantExpr::create(0, getContext()); in parseMEMOperand()
1279 IndexValue ? VEOperand::MorphToMEMzii(IndexValue, std::move(Offset)) in parseMEMOperand()
1297 IndexValue in parseMEMOperand()
1298 ? VEOperand::MorphToMEMrii(BaseReg, IndexValue, std::move(Offset)) in parseMEMOperand()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp3237 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local
3239 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()