Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp900 bool Has1 = false, All0 = true; in evaluate() local
903 All0 = false; in evaluate()
909 if (!Has1 && !All0) in evaluate()
H A DHexagonGenInsert.cpp1334 bool All0 = true; in selectCandidates() local
1338 All0 = false; in selectCandidates()
1341 Accept = All0; in selectCandidates()
H A DHexagonISelLowering.cpp2959 bool All0 = true, All1 = true; in LowerBUILD_VECTOR() local
2963 All0 = All1 = false; in LowerBUILD_VECTOR()
2967 All0 &= (C == 0); in LowerBUILD_VECTOR()
2970 if (All0) in LowerBUILD_VECTOR()