Home
last modified time | relevance | path

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

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