Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp852 Value *AddrInt = Builder.CreatePtrToInt(Addr, IntTy); in createMaskInstrs() local
853 PtrLSB = Builder.CreateAnd(AddrInt, MinWordSize - 1, "PtrLSB"); in createMaskInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp7802 Value *AddrInt = Builder.CreatePtrToInt(Addr, IntTy); in emitExpandAtomicRMW() local
7803 Value *PtrLSB = Builder.CreateAnd(AddrInt, MinWordSize - 1, "PtrLSB"); in emitExpandAtomicRMW()