Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp381 auto isLargeIntegerTy = [](bool Is32Bit, Type *Ty) { in mightUseCTR() local
455 isLargeIntegerTy(!TM.isPPC64(), SrcType) || in mightUseCTR()
456 isLargeIntegerTy(!TM.isPPC64(), DstType)) in mightUseCTR()
664 isLargeIntegerTy(!TM.isPPC64(), CI->getSrcTy()->getScalarType()) || in mightUseCTR()
665 isLargeIntegerTy(!TM.isPPC64(), CI->getDestTy()->getScalarType())) in mightUseCTR()
667 } else if (isLargeIntegerTy(!TM.isPPC64(), in mightUseCTR()
675 isLargeIntegerTy(false, J->getType()->getScalarType()) && in mightUseCTR()