Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7746 IntegerType *IntCastTy = in createAtomicRead() local
7749 Builder.CreateLoad(IntCastTy, X.Var, X.IsVolatile, "omp.atomic.load"); in createAtomicRead()
7781 IntegerType *IntCastTy = in createAtomicWrite() local
7784 Builder.CreateBitCast(Expr, IntCastTy, "atomic.src.int.cast"); in createAtomicWrite()
7888 IntegerType *IntCastTy = in emitAtomicUpdate() local
7891 Builder.CreateLoad(IntCastTy, X, X->getName() + ".atomic.load"); in emitAtomicUpdate()
7926 LoadInst *DesiredVal = Builder.CreateLoad(IntCastTy, NewAtomicAddr); in emitAtomicUpdate()
8020 IntegerType *IntCastTy = in createAtomicCompare() local
8022 Value *EBCast = Builder.CreateBitCast(E, IntCastTy); in createAtomicCompare()
8023 Value *DBCast = Builder.CreateBitCast(D, IntCastTy); in createAtomicCompare()