HomeSort by: relevance | last modified time | path
    Searched refs:isUnsupportedFloatingType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 924 bool isUnsupportedFloatingType(EVT VT) const;
ARMISelLowering.cpp 5143 bool ARMTargetLowering::isUnsupportedFloatingType(EVT VT) const {
5238 if (isUnsupportedFloatingType(LHS.getValueType())) {
5481 if (isUnsupportedFloatingType(LHS.getValueType())) {
5631 if (isUnsupportedFloatingType(SrcVal.getValueType())) {
5711 if (isUnsupportedFloatingType(VT)) {
9809 if (isUnsupportedFloatingType(LHS.getValueType())) {

Completed in 26 milliseconds