Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1708 APInt APLength = CILength->getValue().zextOrTrunc(6); in simplifyX86extrq() local
1714 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); in simplifyX86extrq()
1779 APInt APLength, APInt APIndex, in simplifyX86insertq() argument
1784 APLength = APLength.zextOrTrunc(6); in simplifyX86insertq()
1791 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); in simplifyX86insertq()