HomeSort by relevance Sort by last modified time
    Searched refs:isLegalInteger (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Target/
TargetData.h 156 /// isLegalInteger - This function returns true if the specified type is
163 bool isLegalInteger(unsigned Width) const {
171 return !isLegalInteger(Width);
  /external/llvm/lib/Analysis/
IVUsers.cpp 93 if (Width > 64 || (TD && !TD->isLegalInteger(Width)))
InlineCost.cpp 113 TD->isLegalInteger(TD->getTypeSizeInBits(CI->getType())))
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 96 bool FromLegal = TD->isLegalInteger(FromWidth);
97 bool ToLegal = TD->isLegalInteger(ToWidth);
    [all...]
InstCombinePHI.cpp     [all...]
InstCombineCompares.cpp 444 (TD && Init->getNumOperands() <= 64 && TD->isLegalInteger(64))) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 757 if (TD && !TD->isLegalInteger(Width))
    [all...]

Completed in 541 milliseconds