Lines Matching refs:RHSIsComplex
1162 bool RHSIsComplex = RHSType->isAnyComplexType(); in VisitComplexBinOp() local
1167 if (Op == BO_Mul && LHSIsComplex && RHSIsComplex) { in VisitComplexBinOp()
1179 if (Op == BO_Div && RHSIsComplex) { in VisitComplexBinOp()
1281 if (!loadComplexValue(RHSIsComplex, true, ElemIndex, RHSOffset, RHS)) in VisitComplexBinOp()
1295 if (!loadComplexValue(RHSIsComplex, true, ElemIndex, RHSOffset, RHS)) in VisitComplexBinOp()
1309 if (!loadComplexValue(RHSIsComplex, false, ElemIndex, RHSOffset, RHS)) in VisitComplexBinOp()
1321 assert(!RHSIsComplex); in VisitComplexBinOp()
1325 if (!loadComplexValue(RHSIsComplex, false, ElemIndex, RHSOffset, RHS)) in VisitComplexBinOp()
6851 bool RHSIsComplex; in emitComplexComparison() local
6854 RHSIsComplex = true; in emitComplexComparison()
6862 RHSIsComplex = false; in emitComplexComparison()
6885 if (!getElem(RHSOffset, I, RHSIsComplex)) in emitComplexComparison()