Searched refs:ValOperand_Shifted (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 729 Value *ValOperand_Shifted = in expandPartwordAtomicRMW() local 735 ValOperand_Shifted, AI->getValOperand(), PMV); in expandPartwordAtomicRMW() 762 Value *ValOperand_Shifted = in widenPartwordAtomicRMW() local 770 Builder.CreateOr(PMV.Inv_Mask, ValOperand_Shifted, "AndOperand"); in widenPartwordAtomicRMW() 772 NewOperand = ValOperand_Shifted; in widenPartwordAtomicRMW() 936 Value *ValOperand_Shifted = Builder.CreateShl( in expandAtomicRMWToMaskedIntrinsic() local 940 Builder, AI, PMV.AlignedAddr, ValOperand_Shifted, PMV.Mask, PMV.ShiftAmt, in expandAtomicRMWToMaskedIntrinsic()
|