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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1041 Type *ActTy = (*AI)->getType(); local
1043 if (!CastInst::isBitCastable(ActTy, ParamTy))
1053 if (ParamTy != ActTy &&
1060 Type *CurElTy = ActTy->getPointerElementType();

Completed in 34 milliseconds