Home
last modified time | relevance | path

Searched defs:getBitCast (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DAddress.h87 ConstantAddress getBitCast(llvm::Type *ty) const { in getBitCast() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstants.cpp2223 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy, in getBitCast() function in ConstantExpr