Lines Matching defs:Negated
14652 static bool isPow2Splat(SDValue Op, uint64_t &SplatVal, bool &Negated) {
14670 Negated = false;
14674 Negated = true;
14695 bool Negated;
14697 if (Signed && isPow2Splat(Op.getOperand(1), SplatVal, Negated)) {
14702 if (Negated)
27394 bool Negated;
27396 if (Signed && isPow2Splat(Op.getOperand(1), SplatVal, Negated)) {
27404 if (Negated)