Searched refs:IsVol (Results 1 – 3 of 3) sorted by relevance
6240 const bool IsVol = Record[OpNum]; in parseFunctionBody() local6271 cast<AtomicCmpXchgInst>(I)->setVolatile(IsVol); in parseFunctionBody()6316 const bool IsVol = Record[OpNum + 1]; in parseFunctionBody() local6338 cast<AtomicRMWInst>(I)->setVolatile(IsVol); in parseFunctionBody()
1716 unsigned IsVol = in translateMemFunc() local1748 if (IsVol) { in translateMemFunc()
5031 bool IsVol = Node->isVolatile(); in LowerINTRINSIC_W_CHAIN() local5038 Size, Alignment, IsVol, DstPtrInfo, MachinePointerInfo{}); in LowerINTRINSIC_W_CHAIN()