Searched refs:getBT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 22716 static SDValue getBT(SDValue Src, SDValue BitNo, const SDLoc &DL, SelectionDAG &DAG) { in getBT() function 23773 if (SDValue BT = getBT(Src, BitNo, dl, DAG)) { in LowerAndToBT() 48559 return getBT(Carry, BitNo, DL, DAG); in combineCarryThroughADD() 51817 if (SDValue BT = getBT(Src, BitNo, dl, DAG)) in combineAnd()
|