Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7246 bool usesOnlyOneConstantValue = true; in LowerBUILD_VECTOR() local
7268 usesOnlyOneConstantValue = false; in LowerBUILD_VECTOR()
7404 if (NumConstantLanes > 0 && usesOnlyOneConstantValue) { in LowerBUILD_VECTOR()