Searched refs:X86CondCode (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24770 X86::CondCode X86CondCode; in emitFlagsForSetcc() local 24771 if (SDValue BT = LowerAndToBT(Op0, CC, dl, DAG, X86CondCode)) { in emitFlagsForSetcc() 24772 X86CC = DAG.getTargetConstant(X86CondCode, dl, MVT::i8); in emitFlagsForSetcc() 25275 X86::CondCode X86CondCode; in LowerSELECT() local 25276 if (SDValue BT = LowerAndToBT(Cond, ISD::SETNE, DL, DAG, X86CondCode)) { in LowerSELECT() 25277 CC = DAG.getTargetConstant(X86CondCode, DL, MVT::i8); in LowerSELECT()
|