Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCodeMetrics.cpp82 if (CI->isLosslessCast() || isa<IntToPtrInst>(CI) || isa<PtrToIntInst>(CI)) in isInstructionFree()
DInlineCost.cpp449 if (I.isLosslessCast()) in visitCastInst()
/external/llvm/include/llvm/
DInstrTypes.h559 bool isLosslessCast() const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp757 if (!CI->isLosslessCast()) in isSafeToEliminateVarargsCast()
/external/llvm/lib/VMCore/
DInstructions.cpp2042 bool CastInst::isLosslessCast() const { in isLosslessCast() function in CastInst