HomeSort by: relevance | last modified time | path
    Searched refs:shouldChangeType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 304 shouldChangeType(CI.getSrcTy(), CI.getType()))) {
317 shouldChangeType(CI.getSrcTy(), CI.getType()))
522 shouldChangeType(Trunc.getSrcTy(), Trunc.getType())) &&
625 if (!isa<VectorType>(SrcTy) && !shouldChangeType(SrcTy, DestTy))
740 if ((DestTy->isVectorTy() || shouldChangeType(SrcTy, DestTy)) &&
761 if (shouldChangeType(SrcTy, NewDestTy) &&
885 (isa<VectorType>(SrcTy) || shouldChangeType(SrcTy, DestTy))) {
1195 if (shouldChangeType(SrcTy, DestTy) &&
1475 if (shouldChangeType(SrcTy, DestTy) && canEvaluateSExtd(Src, DestTy)) {
InstCombineInternal.h 191 bool shouldChangeType(unsigned FromBitWidth, unsigned ToBitWidth) const;
192 bool shouldChangeType(Type *From, Type *To) const;
InstCombineShifts.cpp 1107 (!Ty->isIntegerTy() || shouldChangeType(Ty, X->getType()))) {
1116 (!Ty->isIntegerTy() || shouldChangeType(Ty, X->getType()))) {
1318 (Ty->isVectorTy() || shouldChangeType(Ty, X->getType()))) {
InstructionCombining.cpp 214 bool InstCombinerImpl::shouldChangeType(unsigned FromWidth,
242 bool InstCombinerImpl::shouldChangeType(Type *From, Type *To) const {
250 return shouldChangeType(FromWidth, ToWidth);
2975 shouldChangeType(Known.getBitWidth(), NewWidth)) {
InstCombinePHI.cpp 854 if (!shouldChangeType(PN.getType(), CastSrcTy))
InstCombineSelect.cpp 2212 if (!shouldChangeType(Ty->getScalarType()->getIntegerBitWidth(), NewBitWidth))
InstCombineAndOrXor.cpp 1762 if (!isa<VectorType>(Ty) && !shouldChangeType(Ty, X->getType()))

Completed in 75 milliseconds