Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1076 llvm::IntegerType *inputIntTy = in EmitAtomicStore() local
1079 intValue = Builder.CreatePtrToInt(value, inputIntTy); in EmitAtomicStore()
1081 intValue = Builder.CreateBitCast(value, inputIntTy); in EmitAtomicStore()