Searched refs:OldRetTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp994 Type *OldRetTy = Caller->getType(); local
1001 if (OldRetTy != NewRetTy) {
1002 if (!CastInst::isBitCastable(NewRetTy, OldRetTy)) {
1204 if (OldRetTy != NV->getType() && !Caller->use_empty()) {
1206 NV = NC = CastInst::Create(CastInst::BitCast, NC, OldRetTy);

Completed in 58 milliseconds