Searched refs:StepType (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2291 Type *StepType = Step->getType(); in createVectorIntOrFpInductionPHI() local 2293 StepType = IntegerType::get(StepType->getContext(), in createVectorIntOrFpInductionPHI() 2294 StepType->getScalarSizeInBits()); in createVectorIntOrFpInductionPHI() 2295 Value *RuntimeVF = getRuntimeVF(Builder, StepType, VF); in createVectorIntOrFpInductionPHI() 3517 Type *StepType = II.getStep()->getType(); in createInductionResumeValues() local 3519 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues() 3520 Value *CRD = B.CreateCast(CastOp, VectorTripCount, StepType, "cast.crd"); in createInductionResumeValues() 3529 StepType, true); in createInductionResumeValues() 3531 B.CreateCast(CastOp, AdditionalBypass.second, StepType, "cast.crd"); in createInductionResumeValues()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 5307 alias StepType = Unqual!S; variable 5314 private StepType step; // by convention, 0 if range is empty 5316 this(Value current, Value pastLast, StepType step) in this() 5380 auto supposedIndex = cast(StepType)(val - current) / step;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/ |
H A D | package.d | 6249 alias StepType = Unqual!S; 6256 private StepType step; // by convention, 0 if range is empty 6258 this(Value current, Value pastLast, StepType step) 6322 auto supposedIndex = cast(StepType)(val - current) / step;
|