reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7001 if (ParseTypeAndValue(Val, Loc, PFS) || 7010 if (!Val->getType()->isFirstClassType()) 7012 if (cast<PointerType>(Ptr->getType())->getElementType() != Val->getType()) 7020 Inst = new StoreInst(Val, Ptr, isVolatile, Alignment, Ordering, SSID);