Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp683 Type *IntValueType = nullptr; member
748 PMV.ValueType = PMV.IntValueType = ValueType; in createMaskInstrs()
750 PMV.IntValueType = in createMaskInstrs()
811 Value *Trunc = Builder.CreateTrunc(Shift, PMV.IntValueType, "extracted"); in extractMaskedValue()
822 Updated = Builder.CreateBitCast(Updated, PMV.IntValueType); in insertMaskedValue()
913 Value *ValOp = Builder.CreateBitCast(AI->getValOperand(), PMV.IntValueType); in expandPartwordAtomicRMW()