Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp844 Value *PtrLSB; in createMaskInstrs() local
853 PtrLSB = Builder.CreateAnd(AddrInt, MinWordSize - 1, "PtrLSB"); in createMaskInstrs()
857 PtrLSB = ConstantInt::getNullValue(IntTy); in createMaskInstrs()
862 PMV.ShiftAmt = Builder.CreateShl(PtrLSB, 3); in createMaskInstrs()
866 Builder.CreateXor(PtrLSB, MinWordSize - ValueSize), 3); in createMaskInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp7803 Value *PtrLSB = Builder.CreateAnd(AddrInt, MinWordSize - 1, "PtrLSB"); in emitExpandAtomicRMW() local
7804 Value *ShiftAmt = Builder.CreateShl(PtrLSB, 3); in emitExpandAtomicRMW()