Home
last modified time | relevance | path

Searched refs:X86CondCode (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25223 X86::CondCode X86CondCode; in emitFlagsForSetcc() local
25224 if (SDValue BT = LowerAndToBT(Op0, CC, dl, DAG, X86CondCode)) { in emitFlagsForSetcc()
25225 X86CC = DAG.getTargetConstant(X86CondCode, dl, MVT::i8); in emitFlagsForSetcc()
25728 X86::CondCode X86CondCode; in LowerSELECT() local
25729 if (SDValue BT = LowerAndToBT(Cond, ISD::SETNE, DL, DAG, X86CondCode)) { in LowerSELECT()
25730 CC = DAG.getTargetConstant(X86CondCode, DL, MVT::i8); in LowerSELECT()