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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h815 bool isUnsupportedFloatingType(EVT VT) const;
H A DARMISelLowering.cpp4907 bool ARMTargetLowering::isUnsupportedFloatingType(EVT VT) const { function in class:ARMTargetLowering
5012 if (isUnsupportedFloatingType(LHS.getValueType())) {
5255 if (isUnsupportedFloatingType(LHS.getValueType())) {
5405 if (isUnsupportedFloatingType(SrcVal.getValueType())) {
5485 if (isUnsupportedFloatingType(VT)) {
9255 if (isUnsupportedFloatingType(LHS.getValueType())) {

Completed in 265 milliseconds