Searched refs:ValOperand_Shifted (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 755 Value *ValOperand_Shifted = in expandPartwordAtomicRMW() local 761 ValOperand_Shifted, AI->getValOperand(), PMV); in expandPartwordAtomicRMW() 788 Value *ValOperand_Shifted = in widenPartwordAtomicRMW() local 796 Builder.CreateOr(PMV.Inv_Mask, ValOperand_Shifted, "AndOperand"); in widenPartwordAtomicRMW() 798 NewOperand = ValOperand_Shifted; in widenPartwordAtomicRMW() 962 Value *ValOperand_Shifted = Builder.CreateShl( in expandAtomicRMWToMaskedIntrinsic() local 966 Builder, AI, PMV.AlignedAddr, ValOperand_Shifted, PMV.Mask, PMV.ShiftAmt, in expandAtomicRMWToMaskedIntrinsic()
|