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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1790 bool i32Legal = isOperationLegalOrCustom(ISD::FGETSIGN, MVT::i32); local
1791 if ((OpVTLegal || i32Legal) && Op.getValueType().isSimple()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1115 bool i32Legal = isOperationLegalOrCustom(ISD::FGETSIGN, MVT::i32); local
1116 if ((OpVTLegal || i32Legal) && Op.getValueType().isSimple() &&

Completed in 172 milliseconds