Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1320 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); in evaluateCMPpp() local
1322 if (Zero1 && Zero2) { in evaluateCMPpp()
1327 if ((Zero1 && NonZero2) || (NonZero1 && Zero2)) in evaluateCMPpp()
1339 if (NonZero1 && Zero2) { in evaluateCMPpp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11404 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local
11411 Zero2 &= isUndefOrZero(M2); in matchShuffleWithUNPCK()
11413 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK()
11437 if (IsUnary && (Zero1 || Zero2)) { in matchShuffleWithUNPCK()
11448 if ((((i & 1) == 0) && Zero1) || (((i & 1) == 1) && Zero2) || in matchShuffleWithUNPCK()
11458 V2 = Zero2 ? getZeroVector(VT, Subtarget, DAG, DL) : V1; in matchShuffleWithUNPCK()