Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h273 bool canLosslesslyBitCastTo(Type *Ty) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp114 bool Type::canLosslesslyBitCastTo(Type *Ty) const { in canLosslesslyBitCastTo() function in Type
H A DVerifier.cpp2165 Check(Ty->canLosslesslyBitCastTo(FT->getReturnType()), in verifyFunctionAttrs()
3637 Check(Ty->canLosslesslyBitCastTo(FTy->getReturnType()), in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3939 if (RetArgTy->canLosslesslyBitCastTo(CallTy)) in visitCallBase()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2856 ->canLosslesslyBitCastTo(F->getReturnType()) && in SetFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6144 if (CtxI && V.getType()->canLosslesslyBitCastTo(&Ty)) in ensureType()