Searched defs:isEliminableCastPair (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp231 /// This function is a wrapper around CastInst::isEliminableCastPair. It
234 isEliminableCastPair(const CastInst *CI, ///< First cast instruction function
250 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
275 if (isEliminableCastPair(CI, opc, Ty, DL))
295 isEliminableCastPair(CSrc, CI.getOpcode(), CI.getType(), DL)) {
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp227 /// This function is a wrapper around CastInst::isEliminableCastPair. It
230 isEliminableCastPair( function
244 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
271 if (isEliminableCastPair(CI, opc, Ty, TD))
291 isEliminableCastPair(CSrc, CI.getOpcode(), CI.getType(), TD)) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp2081 unsigned CastInst::isEliminableCastPair( function in class:CastInst

Completed in 124 milliseconds