Lines Matching defs:isDot
10715 /// vector comparison. If it is, return true and fill in Opc/isDot with
10718 bool &isDot, const PPCSubtarget &Subtarget) {
10721 isDot = false;
10728 isDot = true;
10732 isDot = true;
10736 isDot = true;
10740 isDot = true;
10744 isDot = true;
10749 isDot = true;
10782 isDot = true;
10788 isDot = true;
10792 isDot = true;
10796 isDot = true;
10800 isDot = true;
10804 isDot = true;
10809 isDot = true;
10815 isDot = true;
10819 isDot = true;
10823 isDot = true;
10828 isDot = true;
10881 isDot = true;
10994 isDot = true;
11252 bool isDot;
11253 if (!getVectorCompareInfo(Op, CompareOpc, isDot, Subtarget))
11257 if (!isDot) {
16788 bool isDot;
16857 getVectorCompareInfo(LHS, CompareOpc, isDot, Subtarget)) {
16858 assert(isDot && "Can't compare against a vector result!");