Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h207 bool canLosslesslyBitCastTo(Type *Ty) const { in canLosslesslyBitCastTo() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp154 bool Type::canLosslesslyBitCastTo(Type *Ty) const { in canLosslesslyBitCastTo() function in Type