Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp3176 return asImpl().emitBitCast(result, resultType); in visitCastExpr()
3321 TryEmitResult emitBitCast(TryEmitResult result, llvm::Type *resultType) { in emitBitCast() function
3498 llvm::Value *emitBitCast(llvm::Value *value, llvm::Type *resultType) { in emitBitCast() function