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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp1414 llvm::IntegerType *InputIntTy = llvm::IntegerType::get( local
1418 return CGF.Builder.CreatePtrToInt(Value, InputIntTy);
1419 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy))
1420 return CGF.Builder.CreateBitCast(Value, InputIntTy);

Completed in 52 milliseconds