Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp645 Type *IntValueType = nullptr; member
710 PMV.ValueType = PMV.IntValueType = ValueType; in createMaskInstrs()
712 PMV.IntValueType = in createMaskInstrs()
778 Value *Trunc = Builder.CreateTrunc(Shift, PMV.IntValueType, "extracted"); in extractMaskedValue()
789 Updated = Builder.CreateBitCast(Updated, PMV.IntValueType); in insertMaskedValue()