Searched defs:IntegerExpandSetCCOperands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2509 /// IntegerExpandSetCCOperands - Expand the operands of a comparison. This code
2511 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, function in class:DAGTypeLegalizer
2614 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
2632 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
2650 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));

Completed in 61 milliseconds