Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2134 Type *ActTy = (*AI)->getType(); in transformConstExprCastCall() local
2136 if (!CastInst::isBitOrNoopPointerCastable(ActTy, ParamTy, DL)) in transformConstExprCastCall()
2148 if (ParamTy != ActTy && in transformConstExprCastCall()
2155 Type *CurElTy = ActTy->getPointerElementType(); in transformConstExprCastCall()