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.cpp1817 APInt APLength = CILength->getValue().zextOrTrunc(6); in simplifyX86extrq() local
1823 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); in simplifyX86extrq()
1886 APInt APLength, APInt APIndex, in simplifyX86insertq() argument
1891 APLength = APLength.zextOrTrunc(6); in simplifyX86insertq()
1898 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); in simplifyX86insertq()