Home
last modified time | relevance | path

Searched refs:getBT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22716 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()