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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1810 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, Op.getValueType()); local
1812 if ((OpVTLegal || i32Legal) && Op.getValueType().isSimple()) {
1813 EVT Ty = OpVTLegal ? Op.getValueType() : MVT::i32;
1818 if (!OpVTLegal && OpVTSizeInBits > 32)

Completed in 89 milliseconds