Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp219 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { in isLargeIntegerTy() function
435 isLargeIntegerTy(!TM->isPPC64(), CI->getSrcTy()->getScalarType()) || in mightUseCTR()
436 isLargeIntegerTy(!TM->isPPC64(), CI->getDestTy()->getScalarType())) in mightUseCTR()
438 } else if (isLargeIntegerTy(!TM->isPPC64(), in mightUseCTR()
446 isLargeIntegerTy(false, J->getType()->getScalarType()) && in mightUseCTR()