Home
last modified time | relevance | path

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

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