Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1212 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local
1224 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp178 uint64_t getConstant(const Value *IndexValue);
579 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { in getConstant() argument
580 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp3197 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local
3199 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()