Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7273 APInt MaskLo2 = APInt::getSplat(Sz, APInt(8, 0x33)); in expandBITREVERSE() local
7288 Tmp3 = DAG.getNode(ISD::AND, dl, VT, Tmp, DAG.getConstant(MaskLo2, dl, VT)); in expandBITREVERSE()