Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h273 bool canLosslesslyBitCastTo(Type *Ty) const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp114 bool Type::canLosslesslyBitCastTo(Type *Ty) const { in canLosslesslyBitCastTo() function in Type
HDVerifier.cpp2165 Check(Ty->canLosslesslyBitCastTo(FT->getReturnType()), in verifyFunctionAttrs()
3637 Check(Ty->canLosslesslyBitCastTo(FTy->getReturnType()), in visitCallBase()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp3939 if (RetArgTy->canLosslesslyBitCastTo(CallTy)) in visitCallBase()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp2856 ->canLosslesslyBitCastTo(F->getReturnType()) && in SetFunctionAttributes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp6144 if (CtxI && V.getType()->canLosslesslyBitCastTo(&Ty)) in ensureType()