Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp107 if (CI->isLosslessCast() || isa<IntToPtrInst>(CI) || in analyzeBasicBlock()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h558 bool isLosslessCast() const;
/external/llvm/include/llvm/IR/
DInstrTypes.h780 bool isLosslessCast() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h806 bool isLosslessCast() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp757 if (!CI->isLosslessCast()) in isSafeToEliminateVarargsCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2359 if (!CI->isLosslessCast()) in isSafeToEliminateVarargsCast()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2015 bool CastInst::isLosslessCast() const { in isLosslessCast() function in CastInst
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2178 bool CastInst::isLosslessCast() const { in isLosslessCast() function in CastInst
/external/llvm/lib/IR/
DInstructions.cpp2342 bool CastInst::isLosslessCast() const { in isLosslessCast() function in CastInst
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3859 if (!CI->isLosslessCast()) in isSafeToEliminateVarargsCast()