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

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1711 // Return true if Pos is CmpOp and Neg is the negative of CmpOp,
1712 // allowing Pos and Neg to be wider than CmpOp.
1713 static bool isAbsolute(SDValue CmpOp, SDValue Pos, SDValue Neg) { argument
1718 (Pos == CmpOp ||
1720 Pos.getOperand(0) == CmpOp)));

Completed in 119 milliseconds