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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 188 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
192 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo,
239 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP);
CodeGenDAGPatterns.cpp 834 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
838 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N,
    [all...]

Completed in 2365 milliseconds