Home
last modified time | relevance | path

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

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