Home
last modified time | relevance | path

Searched refs:StepType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h22 typedef enum StepType { enum
30 } StepType; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp551 StepType step_type, in CommandObjectThreadStepWithTypeAndScope()
806 StepType m_step_type;
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2838 Type *StepType = II.getStep()->getType(); in createVectorizedLoopSkeleton() local
2840 CastInst::getCastOpcode(CountRoundDown, true, StepType, true); in createVectorizedLoopSkeleton()
2841 Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd"); in createVectorizedLoopSkeleton()