Searched refs:IndexValue (Results 1 – 5 of 5) sorted by relevance
313 int64_t IndexValue = CI->getSExtValue(); in downcastI64toI32InsertExtractElements() local315 ConstantInt::get(Type::getInt32Ty(I.getContext()), IndexValue); in downcastI64toI32InsertExtractElements()328 int64_t IndexValue = CI->getSExtValue(); in downcastI64toI32InsertExtractElements() local330 ConstantInt::get(Type::getInt32Ty(I.getContext()), IndexValue); in downcastI64toI32InsertExtractElements()
1232 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local1244 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()
395 Value *IndexValue = I->second; in calculateVectorIndex() local396 assert(IndexValue && "index value missing from GEP index map"); in calculateVectorIndex()397 return IndexValue; in calculateVectorIndex()
319 static uint64_t getConstant(const Value *IndexValue) { in getConstant() argument320 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
3576 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local3578 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()