reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
37375     SetCC = Op2;
37377     SetCC = Op1;
37390   while (SetCC.getOpcode() == ISD::ZERO_EXTEND ||
37391          SetCC.getOpcode() == ISD::TRUNCATE ||
37392          SetCC.getOpcode() == ISD::AND) {
37393     if (SetCC.getOpcode() == ISD::AND) {
37395       if (isOneConstant(SetCC.getOperand(0)))
37397       if (isOneConstant(SetCC.getOperand(1)))
37401       SetCC = SetCC.getOperand(OpIdx);
37401       SetCC = SetCC.getOperand(OpIdx);
37404       SetCC = SetCC.getOperand(0);
37404       SetCC = SetCC.getOperand(0);
37407   switch (SetCC.getOpcode()) {
37415     assert(X86::CondCode(SetCC.getConstantOperandVal(0)) == X86::COND_B &&
37420     CC = X86::CondCode(SetCC.getConstantOperandVal(0));
37423     return SetCC.getOperand(1);
37426     ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0));
37427     ConstantSDNode *TVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(1));
37433       SDValue Op = SetCC.getOperand(0);
37458     CC = X86::CondCode(SetCC.getConstantOperandVal(2));
37461     return SetCC.getOperand(3);