Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13221 APInt ConstantValueAPInt(1, 0); in LowerBUILD_VECTOR() local
13223 ConstantValueAPInt = C->getAPIntValue().zextOrTrunc(BitSize); in LowerBUILD_VECTOR()
13225 !ConstantValueAPInt.isAllOnes()) { in LowerBUILD_VECTOR()