HomeSort by relevance Sort by last modified time
    Searched refs:isSigned (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 260 /// (V-Lo) \<u Hi-Lo. This method expects that Lo <= Hi. isSigned indicates
264 bool isSigned, bool Inside) {
265 assert(cast<ConstantInt>(ConstantExpr::getICmp((isSigned ?
274 if (cast<ConstantInt>(Lo)->isMinValue(isSigned)) {
275 ICmpInst::Predicate pred = (isSigned ?
292 if (cast<ConstantInt>(Lo)->isMinValue(isSigned)) {
293 ICmpInst::Predicate pred = (isSigned ?
803 bool isSigned = LHS->isSigned() || RHS->isSigned();
    [all...]
InstCombineCompares.cpp 39 bool IsSigned) {
40 if (!IsSigned)
51 Constant *In2, bool IsSigned = false) {
60 IsSigned))
68 IsSigned);
73 bool IsSigned) {
74 if (!IsSigned)
86 Constant *In2, bool IsSigned = false) {
95 IsSigned))
103 IsSigned);
    [all...]
InstCombine.h 385 Value *InsertRangeTest(Value *V, Constant *Lo, Constant *Hi, bool isSigned,
393 Value *EvaluateInDifferentType(Value *V, Type *Ty, bool isSigned);
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 376 const bool isSigned = glu::isDataTypeIntOrIVec(type);
407 if (isSigned)
472 const bool isSigned = glu::isDataTypeIntOrIVec(type);
501 if (isSigned)
765 const bool isSigned = glu::isDataTypeIntOrIVec(type);
776 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u);
    [all...]
es31fShaderAtomicOpTests.cpp 350 const bool isSigned = m_type == TYPE_INT;
352 const int minVal = isSigned ? -maxVal : 0;
416 const bool isSigned = m_type == TYPE_INT;
417 m_initialValue = isSigned ? (m_precision == PRECISION_LOWP ? -100 : -1000) : 0;
424 const bool isSigned = m_type == TYPE_INT;
426 const int minVal = isSigned ? -maxVal : 0;
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 184 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
228 /// If isSigned is true then val is treated as if it were a signed value
235 /// \param isSigned how to treat signedness of val
236 APInt(unsigned numBits, uint64_t val, bool isSigned = false)
242 initSlowCase(numBits, val, isSigned);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 508 /// computable, return CouldNotCompute. isSigned specifies whether the
511 const Loop *L, bool isSigned, bool IsSubExpr);
513 const Loop *L, bool isSigned, bool IsSubExpr);
593 const SCEV *getConstant(Type *Ty, uint64_t V, bool isSigned = false);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 650 bool isSigned = true;
679 isSigned = false;
691 if (isSigned && Offset < 0)
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 133 is_signed = current_value.isSigned();
136 if (is_signed != current_value.isSigned()) {
  /external/smack/src/org/xbill/DNS/
Message.java 285 isSigned() {
573 if (isSigned()) {
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 656 assertFalse(rsmd.isSigned(1));
658 fail("ResultSetMetaDataTest.isSigned" + e1.getMessage());
665 rsmd.isSigned(0);
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 184 public boolean isSigned(int column) throws java.sql.SQLException {
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 260 public final boolean isSigned() {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 742 bool isSigned = ShiftInst->isArithmeticShift();
783 maskVals.push_back(ConstantInt::get(scalarType, maskVal, isSigned));
784 shiftVals.push_back(ConstantInt::get(scalarType, shiftVal, isSigned));
809 newMaskConst = ConstantInt::get(aType, maskVal, isSigned);
810 shiftValConst = ConstantInt::get(aType, shiftVal, isSigned);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 742 bool isSigned = ShiftInst->isArithmeticShift();
783 maskVals.push_back(ConstantInt::get(scalarType, maskVal, isSigned));
784 shiftVals.push_back(ConstantInt::get(scalarType, shiftVal, isSigned));
809 newMaskConst = ConstantInt::get(aType, maskVal, isSigned);
810 shiftValConst = ConstantInt::get(aType, shiftVal, isSigned);
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
APInt.cpp 77 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) {
80 if (isSigned && int64_t(val) < 0)
859 double APInt::roundToDouble(bool isSigned) const {
864 if (isSigned) {
872 bool isNeg = isSigned ? (*this)[BitWidth-1] : false;
887 if (!isSigned || !isNeg)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.10.0/
builder-model-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.11.2/
builder-model-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.12.1/
builder-model-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.12.2/
builder-model-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.7.0/
builder-model-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.7.4/
builder-model-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.8.0/
builder-model-0.8.0.jar 

Completed in 1019 milliseconds

12 3 4 5 6 7