Searched defs:isLargeIntegerTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp192 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { function
407 isLargeIntegerTy(TT.isArch32Bit(), CI->getSrcTy()->getScalarType()) ||
408 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType()))
410 } else if (isLargeIntegerTy(TT.isArch32Bit(),
418 isLargeIntegerTy(false, J->getType()->getScalarType()) &&

Completed in 3520 milliseconds