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