Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp154 case FCmpInst::FCMP_FALSE: FOC = FPC = ISD::SETFALSE; break; in getFCmpCondCode()
172 FOC = FPC = ISD::SETFALSE; in getFCmpCondCode()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h704 SETFALSE, // 0 0 0 0 Always false (always folded) enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp299 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT in getSetCCAndOperation()
1464 case ISD::SETFALSE: in FoldSetCC()
DTargetLowering.cpp1914 case ISD::SETFALSE: in SimplifySetCC()