Searched refs:LowerAndToBT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 22791 static SDValue LowerAndToBT(SDValue And, ISD::CondCode CC, const SDLoc &dl, in LowerAndToBT() function 23567 if (SDValue BT = LowerAndToBT(Op0, CC, dl, DAG, X86CondCode)) { in emitFlagsForSetcc() 24072 if (SDValue BT = LowerAndToBT(Cond, ISD::SETNE, DL, DAG, X86CondCode)) { in LowerSELECT() 49136 EFLAGS = LowerAndToBT(Y, ISD::SETNE, DL, DAG, CC); in combineAddOrSubToADCOrSBB()
|