Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7245 APInt MaskLo1 = APInt::getSplat(Sz, APInt(8, 0x55)); in expandBITREVERSE() local
7266 Tmp3 = DAG.getNode(ISD::AND, dl, VT, Tmp, DAG.getConstant(MaskLo1, dl, VT)); in expandBITREVERSE()