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

  /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...]
  /art/runtime/verifier/
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...]
  /external/clang/lib/Sema/
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 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 510 milliseconds