reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13071 BOK = BO_Add; 13074 BOK = BO_Mul; 13077 BOK = BO_And; 13080 BOK = BO_Or; 13083 BOK = BO_Xor; 13086 BOK = BO_LAnd; 13089 BOK = BO_LOr; 13133 BOK = BO_GT; 13135 BOK = BO_LT; 13294 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { 13311 if ((BOK == BO_GT || BOK == BO_LT) && 13311 if ((BOK == BO_GT || BOK == BO_LT) && 13325 if ((BOK == BO_OrAssign || BOK == BO_AndAssign || BOK == BO_XorAssign) && 13325 if ((BOK == BO_OrAssign || BOK == BO_AndAssign || BOK == BO_XorAssign) && 13325 if ((BOK == BO_OrAssign || BOK == BO_AndAssign || BOK == BO_XorAssign) && 13409 switch (BOK) { 13462 (BOK != BO_LT) ? IsSigned ? llvm::APInt::getSignedMinValue(Size) 13477 Context.getFloatTypeSemantics(Type), BOK != BO_LT); 13559 Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, LHSDRE, RHSDRE); 13561 if (BOK != BO_LT && BOK != BO_GT) { 13561 if (BOK != BO_LT && BOK != BO_GT) { 13606 (DeclareReductionRef.isUsable() && IsParentBOK) || BOK != ParentBOK || 13675 Stack->addTaskgroupReductionData(D, ReductionIdRange, BOK);