Home
last modified time | relevance | path

Searched refs:isLosslessCast (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h637 bool isLosslessCast() const;
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2741 if (!CI->isLosslessCast()) in isSafeToEliminateVarargsCast()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2893 bool CastInst::isLosslessCast() const { in isLosslessCast() function in CastInst