Searched refs:StrideVal (Results 1 – 5 of 5) sorted by relevance
101 APInt StrideVal(StartVal->getValue().getBitWidth(), 0); in matchStridedConstant() local110 StrideVal = LocalStride; in matchStridedConstant()111 else if (StrideVal != LocalStride) in matchStridedConstant()117 Value *Stride = ConstantInt::get(StartVal->getType(), StrideVal); in matchStridedConstant()
1046 APInt StrideVal = Step->getAPInt(); in isConstantStridedAccessLessThan() local1047 if (StrideVal.getBitWidth() > 64) in isConstantStridedAccessLessThan()1050 return StrideVal.getSExtValue() < MergeDistance; in isConstantStridedAccessLessThan()
1867 Value *StrideVal = in expandBounds() local1870 return {Start, End, StrideVal}; in expandBounds()
5586 uint32_t StrideVal = StrideConst->Value.getZExtValue(); in legalizePointerAsRsrcIntrin() local5587 uint32_t ShiftedStrideVal = StrideVal << 16; in legalizePointerAsRsrcIntrin()
13326 Value *StrideVal; in vectorizeTree() local 13329 StrideVal = in vectorizeTree() 13343 StrideVal = Builder.CreateMul( in vectorizeTree() 13354 {PO, StrideVal, Builder.getAllOnesMask(VecTy->getElementCount()), in vectorizeTree()