Lines Matching refs:RHSIsComplex
1004 bool RHSIsComplex = RHSType->isAnyComplexType(); in VisitComplexBinOp() local
1009 if (Op == BO_Mul && LHSIsComplex && RHSIsComplex) { in VisitComplexBinOp()
1021 if (Op == BO_Div && RHSIsComplex) { in VisitComplexBinOp()
1123 if (!loadComplexValue(RHSIsComplex, true, ElemIndex, RHSOffset, RHS)) in VisitComplexBinOp()
1137 if (!loadComplexValue(RHSIsComplex, true, ElemIndex, RHSOffset, RHS)) in VisitComplexBinOp()
1151 if (!loadComplexValue(RHSIsComplex, false, ElemIndex, RHSOffset, RHS)) in VisitComplexBinOp()
1163 assert(!RHSIsComplex); in VisitComplexBinOp()
1167 if (!loadComplexValue(RHSIsComplex, false, ElemIndex, RHSOffset, RHS)) in VisitComplexBinOp()
5434 bool RHSIsComplex; in emitComplexComparison() local
5437 RHSIsComplex = true; in emitComplexComparison()
5446 RHSIsComplex = false; in emitComplexComparison()
5469 if (!getElem(RHSOffset, I, RHSIsComplex)) in emitComplexComparison()