Searched refs:IsVol (Results 1 – 3 of 3) sorted by relevance
6513 const bool IsVol = Record[OpNum]; in parseFunctionBody() local6544 cast<AtomicCmpXchgInst>(I)->setVolatile(IsVol); in parseFunctionBody()6589 const bool IsVol = Record[OpNum + 1]; in parseFunctionBody() local6611 cast<AtomicRMWInst>(I)->setVolatile(IsVol); in parseFunctionBody()
1728 unsigned IsVol = in translateMemFunc() local1756 if (IsVol) { in translateMemFunc()
5835 bool IsVol = Node->isVolatile(); in LowerINTRINSIC_W_CHAIN() local5841 Chain, Dst, Val, Size, Alignment, IsVol, in LowerINTRINSIC_W_CHAIN()