Home
last modified time | relevance | path

Searched refs:ValOperand_Shifted (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp779 Value *ValOperand_Shifted = in expandPartwordAtomicRMW() local
785 ValOperand_Shifted, AI->getValOperand(), PMV); in expandPartwordAtomicRMW()
819 Value *ValOperand_Shifted = in widenPartwordAtomicRMW() local
827 Builder.CreateOr(PMV.Inv_Mask, ValOperand_Shifted, "AndOperand"); in widenPartwordAtomicRMW()
829 NewOperand = ValOperand_Shifted; in widenPartwordAtomicRMW()
993 Value *ValOperand_Shifted = Builder.CreateShl( in expandAtomicRMWToMaskedIntrinsic() local
997 Builder, AI, PMV.AlignedAddr, ValOperand_Shifted, PMV.Mask, PMV.ShiftAmt, in expandAtomicRMWToMaskedIntrinsic()