Home
last modified time | relevance | path

Searched refs:OpVTLegal (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2124 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, VT); in SimplifyDemandedBits() local
2126 if ((OpVTLegal || i32Legal) && VT.isSimple() && SrcVT != MVT::f16 && in SimplifyDemandedBits()
2129 EVT Ty = OpVTLegal ? VT : MVT::i32; in SimplifyDemandedBits()
2134 if (!OpVTLegal && OpVTSizeInBits > 32) in SimplifyDemandedBits()