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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 119 bool EnforceFloatingPoint(TreePattern &TP);
CodeGenDAGPatterns.cpp 49 EnforceFloatingPoint(TP);
260 /// EnforceFloatingPoint - Remove all integer types from this set.
261 bool EEVT::TypeSet::EnforceFloatingPoint(TreePattern &TP) {
362 MadeChange |= Other.EnforceFloatingPoint(TP);
366 MadeChange |= EnforceFloatingPoint(TP);
892 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
    [all...]

Completed in 59 milliseconds