Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h721 SETFALSE2, // 1 X 0 0 0 Always false (always folded) enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1915 case ISD::SETFALSE2: return DAG.getConstant(0, VT); in SimplifySetCC()
DSelectionDAG.cpp1465 case ISD::SETFALSE2: return getConstant(0, VT); in FoldSetCC()