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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp525 static SDValue PerformSETCCCombine(SDNode *N, SelectionDAG& DAG, function
652 return PerformSETCCCombine(N, DAG, DCI, Subtarget);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp14064 static SDValue PerformSETCCCombine(SDNode *N, SelectionDAG &DAG) { function
14223 case X86ISD::SETCC: return PerformSETCCCombine(N, DAG);

Completed in 226 milliseconds