Searched refs:getSetCCInverse (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h769 /// getSetCCInverse - Return the operation corresponding to !(X op Y), where
771 CondCode getSetCCInverse(CondCode Operation, bool isInteger);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2180 CC = ISD::getSetCCInverse(CC,
2555 Cond = ISD::getSetCCInverse(Cond, /*isInteger=*/true);
2563 Cond = ISD::getSetCCInverse(Cond, /*isInteger=*/true);
H A DSelectionDAG.cpp232 /// getSetCCInverse - Return the operation corresponding to !(X op Y), where
234 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { function in class:ISD
H A DDAGCombiner.cpp3313 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(),
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp607 SetCC.getOperand(1), ISD::getSetCCInverse(CC, true));
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6685 CC = ISD::getSetCCInverse(CC, isInt);

Completed in 503 milliseconds