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.cpp21980 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()