reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3406 Assert(ElTy == SI.getOperand(0)->getType(), 3407 "Stored value type does not match pointer operand type!", &SI, ElTy); 3410 Assert(ElTy->isSized(), "storing unsized types is not allowed", &SI); 3417 Assert(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), 3417 Assert(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), 3420 ElTy, &SI); 3421 checkAtomicMemAccessSize(ElTy, &SI);