Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstrTypes.h636 bool isLosslessCast() const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2916 if (!CI->isLosslessCast()) in isSafeToEliminateVarargsCast()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstructions.cpp3062 bool CastInst::isLosslessCast() const { in isLosslessCast() function in CastInst