Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1252 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local
1264 if (getParser().parseExpression(IndexValue, E)) in parseMEMOperand()
1270 IndexValue = MCConstantExpr::create(0, getContext()); in parseMEMOperand()
1281 IndexValue ? VEOperand::MorphToMEMzii(IndexValue, std::move(Offset)) in parseMEMOperand()
1299 IndexValue in parseMEMOperand()
1300 ? VEOperand::MorphToMEMrii(BaseReg, IndexValue, std::move(Offset)) in parseMEMOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp326 static uint64_t getConstant(const Value *IndexValue) { in getConstant() argument
327 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3494 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local
3496 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()