Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp836 APInt APLength = CILength->getValue().zextOrTrunc(6); in simplifyX86extrq() local
842 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); in simplifyX86extrq()
910 APInt APLength, APInt APIndex, in simplifyX86insertq() argument
915 APLength = APLength.zextOrTrunc(6); in simplifyX86insertq()
922 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); in simplifyX86insertq()