Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h640 bool isLosslessCast() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2012 if (!CI->isLosslessCast()) in isSafeToEliminateVarargsCast()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2662 bool CastInst::isLosslessCast() const { in isLosslessCast() function in CastInst