Searched refs:ValOperand_Shifted (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 857 Value *ValOperand_Shifted = nullptr; in expandPartwordAtomicRMW() local 862 ValOperand_Shifted = in expandPartwordAtomicRMW() 869 ValOperand_Shifted, AI->getValOperand(), PMV); in expandPartwordAtomicRMW() 902 Value *ValOperand_Shifted = in widenPartwordAtomicRMW() local 910 Builder.CreateOr(PMV.Inv_Mask, ValOperand_Shifted, "AndOperand"); in widenPartwordAtomicRMW() 912 NewOperand = ValOperand_Shifted; in widenPartwordAtomicRMW() 1077 Value *ValOperand_Shifted = Builder.CreateShl( in expandAtomicRMWToMaskedIntrinsic() local 1081 Builder, AI, PMV.AlignedAddr, ValOperand_Shifted, PMV.Mask, PMV.ShiftAmt, in expandAtomicRMWToMaskedIntrinsic()
|