Searched refs:EnforceFloatingPoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp52 EnforceFloatingPoint(TP);
254 /// EnforceFloatingPoint - Remove all integer types from this set.
255 bool EEVT::TypeSet::EnforceFloatingPoint(TreePattern &TP) { function in class:EEVT::TypeSet
355 MadeChange |= Other.EnforceFloatingPoint(TP);
359 MadeChange |= EnforceFloatingPoint(TP);
528 MadeChange |= VTOperand.EnforceFloatingPoint(TP);
532 MadeChange |= EnforceFloatingPoint(TP);
1008 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
H A DCodeGenDAGPatterns.h123 bool EnforceFloatingPoint(TreePattern &TP);

Completed in 115 milliseconds