HomeSort by relevance Sort by last modified time
    Searched defs:isInteger (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.cpp 171 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister);
182 isInteger.link(&m_jit);
DFGJITCompiler.cpp 54 Jump isInteger = branchPtr(MacroAssembler::AboveOrEqual, tempReg, tagTypeNumberRegister);
59 isInteger.link(this);
DFGNonSpeculativeJIT.cpp 70 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister);
90 isInteger.link(&m_jit);
105 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister);
117 isInteger.link(&m_jit);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 191 isInteger,
232 explicit DIEInteger(uint64_t I) : DIEValue(isInteger), Integer(I) {}
261 static bool classof(const DIEValue *I) { return I->getType() == isInteger; }
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 556 Predicate<Object> isInteger = Predicates.instanceOf(Integer.class);
558 assertTrue(isInteger.apply(1));
559 assertFalse(isInteger.apply(2.0f));
560 assertFalse(isInteger.apply(""));
561 assertFalse(isInteger.apply(null));
602 Predicate<Class<?>> isInteger = Predicates.assignableFrom(Integer.class);
604 assertTrue(isInteger.apply(Integer.class));
605 assertFalse(isInteger.apply(Float.class));
608 isInteger.apply(null);
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 160 /// isInteger - Return true if this is an integer, or a vector integer type.
161 bool isInteger() const {
478 /// isInteger - Return true if this is an integer, or a vector integer type.
479 bool isInteger() const {
480 return isSimple() ? V.isInteger() : isExtendedInteger();
619 assert(isInteger() && !isVector() && "Invalid integer type!");
631 assert(isInteger() && !isVector() && "Invalid integer type!");
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 32 static inline bool isInteger(MVT::SimpleValueType VT) {
33 return EVT(VT).isInteger();
104 if (isInteger(TypeVec[i]))
234 return FillWithPossibleTypes(TP, isInteger, "integer");
242 if (!isInteger(TypeVec[i]))
392 if (isInteger(TypeVec[i])) {
397 if (isInteger(TypeVec[i]) && TypeVec[i] < SmallestInt)
416 if (isInteger(*TVI)) {
448 if (isInteger(Other.TypeVec[i])) {
453 if (isInteger(Other.TypeVec[i]) && Other.TypeVec[i] > LargestInt
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 797 if (VT.isVector() || !VT.isInteger())
855 if (VT.isVector() || !VT.isInteger())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 321 milliseconds