Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp1721 llvm::IntegerType *InputIntTy = llvm::IntegerType::get( in convertRValueToInt() local
1725 return CGF.Builder.CreatePtrToInt(Value, InputIntTy); in convertRValueToInt()
1726 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
1727 return CGF.Builder.CreateBitCast(Value, InputIntTy); in convertRValueToInt()