Searched refs:IndexValue (Results 1 – 3 of 3) sorted by relevance
1250 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local1262 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()
186 uint64_t getConstant(const Value *IndexValue);662 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { in getConstant() argument663 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
3237 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local3239 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()