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

  /external/llvm/include/llvm/IR/
DataLayout.h 201 /// isLegalInteger - This function returns true if the specified type is
208 bool isLegalInteger(unsigned Width) const {
216 return !isLegalInteger(Width);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 256 if (DL && DL->isLegalInteger(OpTy->getScalarSizeInBits()) &&
266 if (DL && DL->isLegalInteger(Ty->getScalarSizeInBits()) &&
276 if (DL && DL->isLegalInteger(DL->getTypeSizeInBits(Ty)))
IVUsers.cpp 134 if (Width > 64 || (TD && !TD->isLegalInteger(Width)))
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 624 if (TD && !TD->isLegalInteger(Width))
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
InstructionCombining.cpp 111 bool FromLegal = TD->isLegalInteger(FromWidth);
112 bool ToLegal = TD->isLegalInteger(ToWidth);
    [all...]
InstCombineCompares.cpp 450 (TD && ArrayElementCount <= 64 && TD->isLegalInteger(64))) {
    [all...]

Completed in 347 milliseconds