Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp637 Type *IntValueType = nullptr; member
702 PMV.ValueType = PMV.IntValueType = ValueType; in createMaskInstrs()
704 PMV.IntValueType = in createMaskInstrs()
765 Value *Trunc = Builder.CreateTrunc(Shift, PMV.IntValueType, "extracted"); in extractMaskedValue()
776 Updated = Builder.CreateBitCast(Updated, PMV.IntValueType); in insertMaskedValue()