HomeSort by relevance Sort by last modified time
    Searched refs:isInt (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
tabs_api.js 21 function isInt(i) {
89 if (!isInt(args.windowId))
91 if (!isInt(args.index))
223 if (!isInt(args.left))
225 if (!isInt(args.top))
227 if (!isInt(args.width))
229 if (!isInt(args.height))
262 if (!isInt(retval.left))
264 if (!isInt(retval.top))
266 if (!isInt(retval.width)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 51 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
61 bool isOne() const { return isInt() && IntVal == 1; }
62 bool isTwo() const { return isInt() && IntVal == 2; }
63 bool isMinusOne() const { return isInt() && IntVal == -1; }
64 bool isMinusTwo() const { return isInt() && IntVal == -2; }
83 bool isInt() const { return !IsFp; }
210 if (isInt()) {
221 if (!isInt())
245 if (That.isInt())
253 if (isInt() == That.isInt())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 164 if (isInt<16>(Imm))
195 if (!isInt<32>(Imm)) {
199 if (isInt<32>(ImmSh))
256 if (isInt<16>(CI->getSExtValue())) {
PPCFrameLowering.cpp 368 if (!isInt<32>(NegFrameSize))
496 assert(isPowerOf2_32(MaxAlign) && isInt<16>(MaxAlign) &&
504 if (isInt<16>(NegFrameSize)) {
522 } else if (isInt<16>(NegFrameSize)) {
547 assert(isPowerOf2_32(MaxAlign) && isInt<16>(MaxAlign) &&
554 if (isInt<16>(NegFrameSize)) {
572 } else if (isInt<16>(NegFrameSize)) {
784 if (FI->hasFastCall() && isInt<16>(FrameSize)) {
798 } else if (isInt<16>(FrameSize) &&
808 if (FI->hasFastCall() && isInt<16>(FrameSize))
    [all...]
PPCBranchSelector.cpp 149 if (isInt<16>(BranchSize)) {
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 71 assert(isInt<8>(Value) && "Invalid s8imm argument");
85 assert(isInt<16>(Value) && "Invalid s16imm argument");
99 assert(isInt<32>(Value) && "Invalid s32imm argument");
  /external/llvm/include/llvm/Support/
MathExtras.h 260 /// isInt - Checks if an integer fits into the given bit width.
262 inline bool isInt(int64_t x) {
267 inline bool isInt<8>(int64_t x) {
271 inline bool isInt<16>(int64_t x) {
275 inline bool isInt<32>(int64_t x) {
283 return isInt<N+S>(x) && (x % (1<<S) == 0);
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 186 if (isInt<16>(-Remainder))
227 if (isInt<16>(Remainder))
300 if (isInt<16>(Amount)) // need to change to addiu sp, ....and isInt<16>
490 return isInt<16>(Amount);
493 return isInt<16>(Amount);
494 return isInt<15>(Amount);
Mips16InstrInfo.h 99 return ((offset & 7) == 0) && isInt<11>(offset);
MipsSERegisterInfo.cpp 116 if (!MI.isDebugValue() && !isInt<16>(Offset)) {
MipsAnalyzeImmediate.cpp 96 if (!isInt<16>(ShiftedImm))
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.cpp 111 if (!value->isInt || value->fValue < 0)
141 if (!value->isInt || !(value->fValue == 1 || !value->fValue))
250 if (i != 1 && value->unit == CSSPrimitiveValue::CSS_NUMBER && value->fValue > 0 && value->isInt) {
CSSCalculationValue.h 109 bool isInt() const { return m_expression->isInteger(); }
CSSParserValues.h 144 bool isInt;
264 isInt = false;
CSSParserValues.cpp 109 return CSSPrimitiveValue::create(fValue, isInt ? CSSPrimitiveValue::CSS_PARSER_INTEGER : CSSPrimitiveValue::CSS_NUMBER);
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 134 if (isInt<10>(BranchSize)) {
  /external/clang/test/PCH/
cxx-templates.h 88 bool isInt(int x);
90 template<> bool isInt<8>(int x) {
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 88 if (isInt<13>(CN->getSExtValue())) {
125 if (isInt<13>(CN->getSExtValue()))
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 137 assert(isUInt<4>(Base) && isInt<20>(Disp));
157 assert(isUInt<4>(Base) && isInt<20>(Disp) && isUInt<4>(Index));
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 136 (ShouldCombineAggressively || isInt<8>(MI->getOperand(1).getImm()));
163 !isInt<8>(I->getOperand(1).getImm());
582 if (!isInt<8>(HiOperand.getImm())) {
583 assert(isInt<8>(LoOperand.getImm()));
591 assert(isInt<8>(HiOperand.getImm()));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 340 if (isInt<8>(OffsetNode->getZExtValue() >> 2)) {
362 && isInt<16>(IMMOffset->getZExtValue())) {
369 && isInt<16>(IMMOffset->getZExtValue())) {
  /external/clang/include/clang/AST/
APValue.h 183 bool isInt() const { return Kind == Int; }
202 assert(isInt() && "Invalid accessor");
349 assert(isInt() && "Invalid accessor");
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 340 if (isInt<8>(OffsetNode->getZExtValue() >> 2)) {
362 && isInt<16>(IMMOffset->getZExtValue())) {
369 && isInt<16>(IMMOffset->getZExtValue())) {
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 320 return isInt<20>(Val);
323 return isInt<20>(Val) && isInt<20>(Val + 8);
456 if (!isInt<16>(Disp))
    [all...]
SystemZInstrInfo.cpp 751 if (isInt<20>(Offset) && isInt<20>(Offset2)) {
830 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CIJ : 0;
832 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CGIJ : 0;
843 if (isInt<16>(Value))
851 assert(isInt<32>(Value) && "Huge values not handled yet");

Completed in 972 milliseconds

1 2 3 4