Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5906 bool usesOnlyOneConstantValue = true; in LowerBUILD_VECTOR() local
5925 usesOnlyOneConstantValue = false; in LowerBUILD_VECTOR()
5980 if (NumConstantLanes > 0 && usesOnlyOneConstantValue) { in LowerBUILD_VECTOR()