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