Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp2818 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3() local
2821 return ConstantInt::get(Ty, C1->lshr(LshrAmt)); in ConstantFoldScalarCall3()
2824 return ConstantInt::get(Ty, C0->shl(ShlAmt) | C1->lshr(LshrAmt)); in ConstantFoldScalarCall3()