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

  /art/runtime/verifier/
reg_type-inl.h 61 return const_val->ConstantValue() >= 0 && const_val->ConstantValue() <= 1;
reg_type.h 576 int32_t ConstantValue() const {
596 return IsPreciseConstant() && ConstantValue() == 0;
599 return IsPreciseConstant() && ConstantValue() == 1;
603 return IsConstant() && ConstantValue() >= 0 &&
604 ConstantValue() <= std::numeric_limits<uint16_t>::max();
608 ConstantValue() >= std::numeric_limits<int8_t>::min() &&
609 ConstantValue() <= std::numeric_limits<int8_t>::max();
613 ConstantValue() >= std::numeric_limits<int16_t>::min() &&
614 ConstantValue() <= std::numeric_limits<int16_t>::max();
    [all...]
reg_type.cc 66 uint32_t val = ConstantValue();
383 uint32_t val = ConstantValue();
459 return cache->FromCat2ConstHi(const_val->ConstantValue(), false);
597 int32_t val1 = type1.ConstantValue();
598 int32_t val2 = type2.ConstantValue();
reg_type_cache.cc 563 (down_cast<const ConstantType*>(cur_entry))->ConstantValue() == value) {
method_verifier.cc     [all...]
  /external/clang/include/clang/Sema/
Overload.h 230 APValue &ConstantValue,
Initialization.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 144 Value *ConstantValue = getIncomingValue(0);
146 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) {
147 if (ConstantValue != this)
150 ConstantValue = getIncomingValue(i);
152 if (ConstantValue == this)
154 return ConstantValue;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 280 /// \param ConstantValue If this is an NK_Constant_Narrowing conversion, the
287 APValue &ConstantValue,
332 ConstantValue = APValue(IntConstantValue);
352 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) {
354 assert(ConstantValue.isFloat());
355 llvm::APFloat FloatVal = ConstantValue.getFloat();
420 ConstantValue = APValue(InitializerValue);
    [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 

Completed in 226 milliseconds