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