Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp1067 llvm::IntegerType *InputIntTy = in convertRValueToInt() local
1070 return CGF.Builder.CreatePtrToInt(Value, InputIntTy); in convertRValueToInt()
1071 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
1072 return CGF.Builder.CreateBitCast(Value, InputIntTy); in convertRValueToInt()