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

/external/llvm/include/llvm/MC/
H A DMCValue.h42 int64_t getConstant() const { return Cst; } function in class:llvm::MCValue
/external/collada/include/1.4/dom/
H A DdomGles_texcombiner_command_type.h34 const domGles_texture_constant_typeRef getConstant() const { return elemConstant; } function in class:domGles_texcombiner_command_type_complexType
H A DdomGles_texenv_command_type.h55 const domGles_texture_constant_typeRef getConstant() const { return elemConstant; } function in class:domGles_texenv_command_type_complexType
H A DdomProfile_COMMON.h527 const domConstantRef getConstant() const { return elemConstant; } function in class:domProfile_COMMON::domTechnique
/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.h143 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/Analysis/
H A DDebugInfo.h603 Constant *getConstant() const { return getConstantField(11); } function in class:llvm::DIGlobalVariable
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp106 Constant *getConstant() const { function in class:__anon6568::LVILatticeVal
138 assert((!isConstant() || getConstant() == V) &&
154 assert((!isConstant() || getConstant() != V) &&
213 getConstant(),
240 RHS.getConstant())))
283 return OS << "constant<" << *Val.getConstant() << '>';
1024 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) { function in class:LazyValueInfo
1028 return Result.getConstant();
1044 return Result.getConstant();
1064 Res = ConstantFoldCompareInstOperands(Pred, Result.getConstant(),
[all...]
H A DScalarEvolution.cpp284 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { function in class:ScalarEvolution
295 const SCEV *ScalarEvolution::getConstant(const APInt& Val) { function in class:ScalarEvolution
296 return getConstant(ConstantInt::get(getContext(), Val));
300 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { function in class:ScalarEvolution
302 return getConstant(ConstantInt::get(ITy, V, isSigned));
749 const SCEV *S = SE.getMinusSCEV(It, SE.getConstant(It->getType(), i));
755 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor));
759 return SE.getMulExpr(SE.getConstant(MultiplyFactor),
809 return getConstant(
889 return getConstant(
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp94 Constant *getConstant() const { function in class:__anon7068::LatticeVal
111 assert(getConstant() == V && "Marking constant with different value");
123 if (V == getConstant()) return false;
137 return dyn_cast<ConstantInt>(getConstant());
364 markConstant(IV, V, MergeWithV.getConstant());
365 else if (IV.getConstant() != MergeWithV.getConstant())
744 OperandVal = IV.getConstant();
754 if (IV.getConstant() != OperandVal)
815 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.cpp911 getConstant(Imm, Op.getValueType()));
919 getConstant(APInt::getAllOnesValue(EltVT.getSizeInBits()), VT);
923 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { function in class:SelectionDAG
927 "getConstant with a uint64_t value that doesn't fit in the type!");
928 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT);
931 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { function in class:SelectionDAG
932 return getConstant(*ConstantInt::get(*Context, Val), VT, isT);
935 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) { function in class:SelectionDAG
980 return getConstant(Val, TLI.getPointerTy(), isTarget);
1488 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 ...

Completed in 319 milliseconds