Searched refs:IsVol (Results 1 – 3 of 3) sorted by relevance
6191 const bool IsVol = Record[OpNum]; in parseFunctionBody() local6222 cast<AtomicCmpXchgInst>(I)->setVolatile(IsVol); in parseFunctionBody()6267 const bool IsVol = Record[OpNum + 1]; in parseFunctionBody() local6289 cast<AtomicRMWInst>(I)->setVolatile(IsVol); in parseFunctionBody()
1614 unsigned IsVol = in translateMemFunc() local1646 if (IsVol) { in translateMemFunc()
4840 bool IsVol = Node->isVolatile(); in LowerINTRINSIC_W_CHAIN() local4847 Size, Alignment, IsVol, DstPtrInfo, MachinePointerInfo{}); in LowerINTRINSIC_W_CHAIN()