Lines Matching defs:isVolatile
1203 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1207 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1211 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1216 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1221 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1233 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1266 LoadInst::LoadInst(Type *Ty, Value *Ptr, const char *Name, bool isVolatile, in LoadInst()
1277 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, in LoadInst()
1318 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1322 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1326 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst()
1331 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst()
1336 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1352 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()