Searched defs:getConstant (Results 1 - 18 of 18) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DConstants.java43 static TypedConstant getConstant(Object value) { method in class:Constants
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DCstInsn.java60 public Constant getConstant() { method in class:CstInsn
72 && cst.equals(((CstInsn)b).getConstant());
H A DFillArrayDataInsn.java84 public Constant getConstant() { method in class:FillArrayDataInsn
/external/llvm/include/llvm/MC/
H A DMCValue.h42 int64_t getConstant() const { return Cst; } function in class:llvm::MCValue
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCstInsn.java106 public Constant getConstant() { method in class:CstInsn
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DPlane.java138 * <code>getConstant</code> returns the constant of the plane.
142 public float getConstant() { method in class:Plane
/external/proguard/src/proguard/classfile/editor/
H A DComparableConstant.java80 public Constant getConstant() method in class:ComparableConstant
191 this.getConstant().getClass().equals(((ComparableConstant)other).getConstant().getClass()) &&
/external/clang/lib/CodeGen/
H A DCGBlocks.h145 llvm::Value *getConstant() const { function in class:clang::CodeGen::CGBlockInfo::Capture
/external/proguard/src/proguard/classfile/
H A DProgramClass.java74 public Constant getConstant(int constantIndex) method in class:ProgramClass
/external/llvm/include/llvm/
H A DDebugInfo.h606 Constant *getConstant() const { return getConstantField(11); } function in class:llvm::DIGlobalVariable
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp111 Constant *getConstant() const { function in class:__anon8602::LVILatticeVal
143 assert((!isConstant() || getConstant() == V) &&
159 assert((!isConstant() || getConstant() != V) &&
218 getConstant(),
245 RHS.getConstant())))
288 return OS << "constant<" << *Val.getConstant() << '>';
1032 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) { function in class:LazyValueInfo
1036 return Result.getConstant();
1052 return Result.getConstant();
1072 Res = ConstantFoldCompareInstOperands(Pred, Result.getConstant(),
[all...]
H A DScalarEvolution.cpp308 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { function in class:ScalarEvolution
319 const SCEV *ScalarEvolution::getConstant(const APInt& Val) { function in class:ScalarEvolution
320 return getConstant(ConstantInt::get(getContext(), Val));
324 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { function in class:ScalarEvolution
326 return getConstant(ConstantInt::get(ITy, V, isSigned));
770 const SCEV *S = SE.getMinusSCEV(It, SE.getConstant(It->getType(), i));
776 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor));
780 return SE.getMulExpr(SE.getConstant(MultiplyFactor),
830 return getConstant(
902 return getConstant(
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp92 Constant *getConstant() const { function in class:__anon9137::LatticeVal
109 assert(getConstant() == V && "Marking constant with different value");
121 if (V == getConstant()) return false;
135 return dyn_cast<ConstantInt>(getConstant());
360 markConstant(IV, V, MergeWithV.getConstant());
361 else if (IV.getConstant() != MergeWithV.getConstant())
690 OperandVal = IV.getConstant();
700 if (IV.getConstant() != OperandVal)
761 OpSt.getConstant(),
[all...]
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h232 return getConstant(index).isCell();
418 ALWAYS_INLINE JSValue getConstant(int index) const { return m_constantRegisters[index - FirstConstantRegisterIndex].get(); } function in class:JSC::CodeBlock
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp965 getConstant(Imm, Op.getValueType()));
973 getConstant(APInt::getAllOnesValue(EltVT.getSizeInBits()), VT);
977 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { function in class:SelectionDAG
981 "getConstant with a uint64_t value that doesn't fit in the type!");
982 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT);
985 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { function in class:SelectionDAG
986 return getConstant(*ConstantInt::get(*Context, Val), VT, isT);
989 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) { function in class:SelectionDAG
1034 return getConstant(Val, TLI.getPointerTy(), isTarget);
1572 case ISD::SETFALSE2: return getConstant(
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1729 milliseconds