Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstrTypes.h599 bool isLosslessCast() const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1236 if (!CI->isLosslessCast()) in isSafeToEliminateVarargsCast()
/external/llvm/lib/IR/
DInstructions.cpp1998 bool CastInst::isLosslessCast() const { in isLosslessCast() function in CastInst