Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h225 bool canLosslesslyBitCastTo(Type *Ty) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h236 bool canLosslesslyBitCastTo(Type *Ty) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp61 bool Type::canLosslesslyBitCastTo(Type *Ty) const { in canLosslesslyBitCastTo() function in Type
DVerifier.cpp1743 Assert(Ty->canLosslesslyBitCastTo(FT->getReturnType()), in verifyFunctionAttrs()
2967 Assert(Ty->canLosslesslyBitCastTo(FTy->getReturnType()), in visitCallBase()