Searched refs:isConstant (Results 1 - 25 of 93) sorted by relevance

1234

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DTypeBearer.java73 public boolean isConstant(); method in interface:TypeBearer
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DTypedConstant.java46 public final boolean isConstant() { method in class:TypedConstant
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h37 /// isConstant - Test whether the memory pointed to by this
40 virtual bool isConstant(const MachineFrameInfo *) const;
96 virtual bool isConstant(const MachineFrameInfo *MFI) const;
/external/llvm/include/llvm/IR/
H A DGlobalVariable.h68 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
74 GlobalVariable(Module &M, Type *Ty, bool isConstant,
157 bool isConstant() const { return isConstantGlobal; } function in class:llvm::GlobalVariable
H A DMDBuilder.h127 bool isConstant = false) {
128 if (isConstant) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp50 if (!RV.isConstant() || RV.isZeroConstant())
H A DPointerArithChecker.cpp46 if (!LR || !RV.isConstant())
H A DIdempotentOperationChecker.cpp241 if (!RHSVal.isConstant(1) || RHSContainsFalsePositive)
257 if (!LHSVal.isConstant(1) || LHSContainsFalsePositive)
285 if (!RHSVal.isConstant(0) || RHSContainsFalsePositive)
317 if (!LHSVal.isConstant(0) || LHSContainsFalsePositive)
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp51 if (GVar && GVar->isConstant() &&
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp82 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { function in class:PseudoSourceValue
109 bool FixedStackPseudoSourceValue::isConstant(const MachineFrameInfo *MFI) const{ function in class:FixedStackPseudoSourceValue
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DPlainInsn.java109 if (!lastType.isConstant()) {
112 if (szSources == 2 && firstType.isConstant()) {
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp87 bool isConstant() const { function in class:__anon22613::LatticeVal
93 assert(isConstant() && "Cannot get the constant of a non-constant!");
134 if (isConstant())
643 // 3. If V <- x (op) y && isConstant(x) && isConstant(y) V = Constant
749 else if (OpSt.isConstant()) // Propagate constant value
832 if (TVal.isConstant() && FVal.isConstant() &&
851 if (V1State.isConstant() && V2State.isConstant())
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperand2.h51 bool isConstant() const { return fIsConstant == kConstant; } function in struct:SkScriptValue2
/external/skia/src/animator/
H A DSkOperand2.h51 bool isConstant() const { return fIsConstant == kConstant; } function in struct:SkScriptValue2
/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp138 if (!GV->isConstant() || !GV->hasDefinitiveInitializer() ||
173 if (!GV->isConstant() || !GV->hasDefinitiveInitializer() ||
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp174 bool SVal::isConstant() const { function in class:SVal
178 bool SVal::isConstant(int I) const { function in class:SVal
187 return isConstant(0);
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp106 bool isConstant() const { return Tag == constant; } function in class:__anon22014::LVILatticeVal
112 assert(isConstant() && "Cannot get the constant of a non-constant!");
143 assert((!isConstant() || getConstant() == V) &&
159 assert((!isConstant() || getConstant() != V) &&
163 assert(isUndefined() || isConstant());
202 if (isConstant()) {
203 if (RHS.isConstant()) {
235 if (RHS.isConstant()) {
1039 if (Result.isConstant())
1055 if (Result.isConstant())
[all...]
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java54 return isConstant(isFinal, isStatic, constantValue) ? "constant" : "field";
67 static boolean isConstant(boolean isFinal, boolean isStatic, Object constantValue) method in class:FieldInfo
80 public boolean isConstant() { method in class:FieldInfo
81 return isConstant(isFinal(), isStatic(), mConstantValue);
/external/clang/lib/CodeGen/
H A DCGBlocks.h158 bool isConstant() const { return !isIndex(); } function in class:clang::CodeGen::CGBlockInfo::Capture
161 assert(isConstant());
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp58 if (GV->isConstant())
153 if (GVar->isConstant()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp21 /// is to leave as a vector operation. isConstant indicates whether we're
23 static bool CheapToScalarize(Value *V, bool isConstant) { argument
25 if (isConstant) return true;
39 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
46 (CheapToScalarize(BO->getOperand(0), isConstant) ||
47 CheapToScalarize(BO->getOperand(1), isConstant)))
51 (CheapToScalarize(CI->getOperand(0), isConstant) ||
52 CheapToScalarize(CI->getOperand(1), isConstant)))
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp104 new GlobalVariable(*M, NewType, GV->isConstant(), GV->getLinkage(),
/external/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp49 I->isConstant(), I->getLinkage(),
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DConstCollector.java179 if (!typeBearer.isConstant()) continue;
345 if (!typeBearer.isConstant()) continue;
/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java329 if (!isConstant(expr, token, left, right))
372 if (isConstant(expr, '+', left, right))
392 private boolean isConstant(BinExpr expr, int op, ASTree left, method in class:TypeChecker
590 if (!isConstant(expr, token, oprand))
597 private boolean isConstant(Expr expr, int op, ASTree oprand) { method in class:TypeChecker

Completed in 1023 milliseconds

1234