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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h880 bool isUnsupportedFloatingType(EVT VT) const;
H A DARMISelLowering.cpp5153 bool ARMTargetLowering::isUnsupportedFloatingType(EVT VT) const { function in class:ARMTargetLowering
5258 if (isUnsupportedFloatingType(LHS.getValueType())) {
5501 if (isUnsupportedFloatingType(LHS.getValueType())) {
5651 if (isUnsupportedFloatingType(SrcVal.getValueType())) {
5731 if (isUnsupportedFloatingType(VT)) {
9683 if (isUnsupportedFloatingType(LHS.getValueType())) {

Completed in 149 milliseconds