reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3526 Assert(ElTy->isIntegerTy() || ElTy->isFloatingPointTy(), "atomicrmw " + 3526 Assert(ElTy->isIntegerTy() || ElTy->isFloatingPointTy(), "atomicrmw " + 3529 &RMWI, ElTy); 3531 Assert(ElTy->isFloatingPointTy(), "atomicrmw " + 3534 &RMWI, ElTy); 3536 Assert(ElTy->isIntegerTy(), "atomicrmw " + 3539 &RMWI, ElTy); 3541 checkAtomicMemAccessSize(ElTy, &RMWI); 3542 Assert(ElTy == RMWI.getOperand(1)->getType(), 3544 ElTy);