Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11195 bool usesOnlyOneConstantValue = true; in LowerBUILD_VECTOR() local
11221 usesOnlyOneConstantValue = false; in LowerBUILD_VECTOR()
11368 if (!PreferDUPAndInsert && NumConstantLanes > 0 && usesOnlyOneConstantValue) { in LowerBUILD_VECTOR()