Searched refs:IsVol (Results 1 – 3 of 3) sorted by relevance
6026 const bool IsVol = Record[OpNum]; in parseFunctionBody() local6057 cast<AtomicCmpXchgInst>(I)->setVolatile(IsVol); in parseFunctionBody()6102 const bool IsVol = Record[OpNum + 1]; in parseFunctionBody() local6124 cast<AtomicRMWInst>(I)->setVolatile(IsVol); in parseFunctionBody()
1613 unsigned IsVol = in translateMemFunc() local1645 if (IsVol) { in translateMemFunc()
4477 bool IsVol = Node->isVolatile(); in LowerINTRINSIC_W_CHAIN() local4484 Size, Alignment, IsVol, DstPtrInfo, MachinePointerInfo{}); in LowerINTRINSIC_W_CHAIN()