Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp639 APInt APLength = CILength->getValue().zextOrTrunc(6); in simplifyX86extrq() local
645 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); in simplifyX86extrq()
710 APInt APLength, APInt APIndex, in simplifyX86insertq() argument
715 APLength = APLength.zextOrTrunc(6); in simplifyX86insertq()
722 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); in simplifyX86insertq()