HomeSort by relevance Sort by last modified time
    Searched refs:Transformed (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 66 /// map of transformed expressions.
73 DenseMap<const SCEV*, const SCEV*> Transformed;
170 // If any operand actually changed, return a transformed result.
203 const SCEV *Result = Transformed.lookup(S);
208 Transformed[S] = Result;
  /external/clang/lib/Sema/
TreeTransform.h 116 /// \brief The set of local declarations that have been transformed, for
147 /// \brief Returns the location of the entity being transformed, if that
155 /// \brief Returns the name of the entity being transformed, if that
192 /// transformed.
287 /// \returns the transformed type.
314 /// \returns the transformed statement.
324 /// \returns the transformed OpenMP clause.
334 /// \returns the transformed expression.
343 /// \returns the transformed initializer.
354 /// \param Inputs The set of expressions to be transformed
    [all...]

Completed in 38 milliseconds