Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4383 auto ShlDemandBits = APInt::getAllOnesValue(BitWidth).lshr(ShiftAmt); in optimizeLoadExt() local
4384 DemandBits |= ShlDemandBits; in optimizeLoadExt()