HomeSort by relevance Sort by last modified time
    Searched refs:isConstant (Results 101 - 125 of 371) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 215 if (GV->isConstant())
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 179 if (!typeBearer.isConstant()) continue;
345 if (!typeBearer.isConstant()) continue;
LiteralOpUpgrader.java 153 if (type.isConstant() && type.getBasicType() == Type.BT_INT) {
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 567 if (DstGV->isConstant() != SrcGV->isConstant())
587 new GlobalVariable(*DstGV->getParent(), NewType, SrcGV->isConstant(),
636 if (DGVar->isDeclaration() && SGV->isConstant() && !DGVar->isConstant())
658 SGV->isConstant(), SGV->getLinkage(), /*init*/0,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 26 /// vector operation. isConstant indicates whether we're extracting one known
28 static bool cheapToScalarize(Value *V, bool isConstant) {
30 if (isConstant) return true;
46 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
53 (cheapToScalarize(BO->getOperand(0), isConstant) ||
54 cheapToScalarize(BO->getOperand(1), isConstant)))
58 (cheapToScalarize(CI->getOperand(0), isConstant) ||
59 cheapToScalarize(CI->getOperand(1), isConstant)))
    [all...]
  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 329 if (!isConstant(expr, token, left, right))
372 if (isConstant(expr, '+', left, right))
392 private boolean isConstant(BinExpr expr, int op, ASTree left,
590 if (!isConstant(expr, token, oprand))
597 private boolean isConstant(Expr expr, int op, ASTree oprand) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 133 bool isConstant() const;
135 bool isConstant(int I) const;
  /external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
LiveIntervals.java 88 if (!value.isConstant()) {
423 return value.definition != null && value.isConstant();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 134 bool isConstant() const;
136 bool isConstant(int I) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 134 bool isConstant() const;
136 bool isConstant(int I) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 134 bool isConstant() const;
136 bool isConstant(int I) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 134 bool isConstant() const;
136 bool isConstant(int I) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 134 bool isConstant() const;
136 bool isConstant(int I) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 134 bool isConstant() const;
136 bool isConstant(int I) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 134 bool isConstant() const;
136 bool isConstant(int I) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 134 bool isConstant() const;
136 bool isConstant(int I) const;
  /external/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 107 if (!GV || !GV->hasDefinitiveInitializer() || !GV->isConstant())
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 206 Dst, GV.getValueType(), GV.isConstant(),
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 197 new GlobalVariable(*M, NewType, GV->isConstant(), GV->getLinkage(),
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 57 I->isConstant(), I->getLinkage(),
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
Phi.java 309 public boolean isConstant() {
Sub.java 114 value.isConstant() &&
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 671 if (!color.isConstant(&blendConstant)) {
    [all...]
  /external/skia/src/gpu/ops/
GrSimpleMeshDrawOpHelper.cpp 99 color.isConstant(geometryColor);
  /frameworks/rs/rsov/compiler/
GlobalMergePass.cpp 219 if (GV.isConstant()) {

Completed in 949 milliseconds

1 2 3 45 6 7 8 91011>>