Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1622 llvm::IntegerType *InputIntTy = llvm::IntegerType::get( in convertRValueToInt() local
1625 if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
1626 return CGF.Builder.CreateBitCast(Value, InputIntTy); in convertRValueToInt()