Searched refs:IndexValue (Results 1 – 3 of 3) sorted by relevance
1212 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local1224 if (getParser().parseExpression(IndexValue, E)) in parseMEMOperand()1230 IndexValue = MCConstantExpr::create(0, getContext()); in parseMEMOperand()1241 IndexValue ? VEOperand::MorphToMEMzii(IndexValue, std::move(Offset)) in parseMEMOperand()1259 IndexValue in parseMEMOperand()1260 ? VEOperand::MorphToMEMrii(BaseReg, IndexValue, std::move(Offset)) in parseMEMOperand()
178 uint64_t getConstant(const Value *IndexValue);579 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { in getConstant() argument580 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
3197 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local3199 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()