Searched refs:LowerAndToBT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kISelLowering.cpp | 1433 static SDValue LowerAndToBT(SDValue And, ISD::CondCode CC, const SDLoc &DL, in LowerAndToBT() function 1894 return LowerAndToBT(Op, CC, DL, DAG); in LowerToBT()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 22754 static SDValue LowerAndToBT(SDValue And, ISD::CondCode CC, in LowerAndToBT() function 23527 if (SDValue BT = LowerAndToBT(Op0, CC, dl, DAG, X86CC)) in emitFlagsForSetcc() 24006 if (SDValue BT = LowerAndToBT(Cond, ISD::SETNE, DL, DAG, BTCC)) { in LowerSELECT()
|