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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9122 // isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
9124 static bool isXor1OfSetCC(SDValue Op) { function
9296 } else if (Cond.hasOneUse() && isXor1OfSetCC(Cond)) {

Completed in 86 milliseconds