Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DAddress.h88 ConstantAddress getBitCast(llvm::Type *ty) const { in getBitCast() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1773 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy, in getBitCast() function in ConstantExpr