Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1004 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, Op.getValueType()); in SimplifyDemandedBits() local
1006 if ((OpVTLegal || i32Legal) && Op.getValueType().isSimple()) { in SimplifyDemandedBits()
1007 EVT Ty = OpVTLegal ? Op.getValueType() : MVT::i32; in SimplifyDemandedBits()
1012 if (!OpVTLegal && OpVTSizeInBits > 32) in SimplifyDemandedBits()