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

/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp482 bool NotCC = (Target != (void*)(intptr_t)X86CompilationCallback && local
485 bool NotCC = Target != (void*)(intptr_t)X86CompilationCallback;
489 if (NotCC) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3740 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), local
3744 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) {
3749 return DAG.getSetCC(SDLoc(N), VT, LHS, RHS, NotCC);
3752 N0.getOperand(3), NotCC);

Completed in 1676 milliseconds