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 115 /// \brief The set of local declarations that have been transformed, for
146 /// \brief Returns the location of the entity being transformed, if that
154 /// \brief Returns the name of the entity being transformed, if that
191 /// transformed.
286 /// \returns the transformed type.
313 /// \returns the transformed statement.
323 /// \returns the transformed expression.
332 /// \returns the transformed initializer.
343 /// \param Inputs The set of expressions to be transformed.
351 /// \param Outputs The transformed input expressions will be added to thi
    [all...]

Completed in 164 milliseconds