Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7270 APInt MaskHi2 = APInt::getSplat(Sz, APInt(8, 0xCC)); in expandBITREVERSE() local
7287 Tmp2 = DAG.getNode(ISD::AND, dl, VT, Tmp, DAG.getConstant(MaskHi2, dl, VT)); in expandBITREVERSE()