Searched defs:TransformImpl (Results 1 – 2 of 2) sorted by relevance
46 struct TransformImpl { struct48 static void Transform(TOut* out, const TIn* const in, const int stride, in Transform()108 static void Transform(T* out, const T* const in, const int stride, in Transform()
92 TransformImpl(const SCEV *S, Instruction *User, Value *OperandValToReplace) { in TransformImpl() function in PostIncTransform