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.cpp758 Type *IntValueType = nullptr; member
823 PMV.ValueType = PMV.IntValueType = ValueType; in createMaskInstrs()
825 PMV.IntValueType = in createMaskInstrs()
886 Value *Trunc = Builder.CreateTrunc(Shift, PMV.IntValueType, "extracted"); in extractMaskedValue()
897 Updated = Builder.CreateBitCast(Updated, PMV.IntValueType); in insertMaskedValue()
992 Value *ValOp = Builder.CreateBitCast(AI->getValOperand(), PMV.IntValueType); in expandPartwordAtomicRMW()