Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILLegalizePass.cpp313 int64_t IndexValue = CI->getSExtValue(); in downcastI64toI32InsertExtractElements() local
315 ConstantInt::get(Type::getInt32Ty(I.getContext()), IndexValue); in downcastI64toI32InsertExtractElements()
328 int64_t IndexValue = CI->getSExtValue(); in downcastI64toI32InsertExtractElements() local
330 ConstantInt::get(Type::getInt32Ty(I.getContext()), IndexValue); in downcastI64toI32InsertExtractElements()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1232 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local
1244 if (getParser().parseExpression(IndexValue, E)) in parseMEMOperand()
1250 IndexValue = MCConstantExpr::create(0, getContext()); in parseMEMOperand()
1261 IndexValue ? VEOperand::MorphToMEMzii(IndexValue, std::move(Offset)) in parseMEMOperand()
1279 IndexValue in parseMEMOperand()
1280 ? VEOperand::MorphToMEMrii(BaseReg, IndexValue, std::move(Offset)) in parseMEMOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp395 Value *IndexValue = I->second; in calculateVectorIndex() local
396 assert(IndexValue && "index value missing from GEP index map"); in calculateVectorIndex()
397 return IndexValue; in calculateVectorIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp319 static uint64_t getConstant(const Value *IndexValue) { in getConstant() argument
320 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3576 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local
3578 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()