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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp610 /// SoftenSetCCOperands - Soften the operands of a comparison. This code is
612 void DAGTypeLegalizer::SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, function in class:DAGTypeLegalizer
715 SoftenSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
717 // If SoftenSetCCOperands returned a scalar, we need to compare the result
757 SoftenSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
759 // If SoftenSetCCOperands returned a scalar, we need to compare the result
776 SoftenSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
778 // If SoftenSetCCOperands returned a scalar, use it.
H A DLegalizeTypes.h434 void SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,

Completed in 49 milliseconds