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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 51 EnforceFloatingPoint(TP);
270 /// EnforceFloatingPoint - Remove all integer types from this set.
271 bool EEVT::TypeSet::EnforceFloatingPoint(TreePattern &TP) {
373 MadeChange |= Other.EnforceFloatingPoint(TP);
377 MadeChange |= EnforceFloatingPoint(TP);
548 MadeChange |= VTOperand.EnforceFloatingPoint(TP);
552 MadeChange |= EnforceFloatingPoint(TP);
896 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
    [all...]
CodeGenDAGPatterns.h 123 bool EnforceFloatingPoint(TreePattern &TP);

Completed in 102 milliseconds