Searched refs:LaneC (Results 1 – 3 of 3) sorted by relevance
247 auto *LaneC = dyn_cast<ConstantInt>(InsertI->getOperand(2));248 if (LaneC == nullptr || LaneC->getSExtValue() != ExpectedLane)
429 ConstantInt *LaneC = ConstantInt::get(Type::getInt32Ty(Ctx), Lane); in emitVectors() local430 LastV = InsertElementInst::create(LastV, ValueToInsert, LaneC, in emitVectors()
13804 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument13825 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()23484 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local23485 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()23487 if (LaneC->getZExtValue() == 0 && isNullOrNullSplat(N->getOperand(0))) in performPostLD1Combine()