Lines Matching defs:isVolatile
321 EmitCall(ReturnValueSlot(RetAddr, Dest.isVolatile(), IsResultUnused,
360 Dest.getAddress(), Dest.isVolatile() ? type.withVolatile() : type);
408 dest.isVolatile() || src.isVolatile());
859 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile());
1254 if (!LHSSlot.isVolatile() &&
1975 if (Slot.isZeroed() || Slot.isVolatile() || !Slot.getAddress().isValid())
2095 bool isVolatile) {
2177 // we need to use a different call here. We use isVolatile to indicate when
2204 auto Inst = Builder.CreateMemCpy(DestPtr, SrcPtr, SizeVal, isVolatile);