Lines Matching defs:isDot
10573 /// vector comparison. If it is, return true and fill in Opc/isDot with
10576 bool &isDot, const PPCSubtarget &Subtarget) {
10579 isDot = false;
10586 isDot = true;
10590 isDot = true;
10594 isDot = true;
10598 isDot = true;
10602 isDot = true;
10607 isDot = true;
10640 isDot = true;
10646 isDot = true;
10650 isDot = true;
10654 isDot = true;
10658 isDot = true;
10662 isDot = true;
10667 isDot = true;
10673 isDot = true;
10677 isDot = true;
10681 isDot = true;
10686 isDot = true;
10739 isDot = true;
10852 isDot = true;
11110 bool isDot;
11111 if (!getVectorCompareInfo(Op, CompareOpc, isDot, Subtarget))
11115 if (!isDot) {
16454 bool isDot;
16523 getVectorCompareInfo(LHS, CompareOpc, isDot, Subtarget)) {
16524 assert(isDot && "Can't compare against a vector result!");