Searched refs:ValOperand_Shifted (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | AtomicExpandPass.cpp | 818 Value *ValOperand_Shifted = in expandPartwordAtomicRMW() local 824 ValOperand_Shifted, AI->getValOperand(), PMV); in expandPartwordAtomicRMW() 858 Value *ValOperand_Shifted = in widenPartwordAtomicRMW() local 866 Builder.CreateOr(PMV.Inv_Mask, ValOperand_Shifted, "AndOperand"); in widenPartwordAtomicRMW() 868 NewOperand = ValOperand_Shifted; in widenPartwordAtomicRMW() 1032 Value *ValOperand_Shifted = Builder.CreateShl( in expandAtomicRMWToMaskedIntrinsic() local 1036 Builder, AI, PMV.AlignedAddr, ValOperand_Shifted, PMV.Mask, PMV.ShiftAmt, in expandAtomicRMWToMaskedIntrinsic()
|