Home
last modified time | relevance | path

Searched defs:getConstant (Results 1 – 20 of 20) sorted by relevance

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DConstants.java43 static TypedConstant getConstant(Object value) { in getConstant() method in Constants
/external/llvm/include/llvm/MC/
DMCValue.h46 int64_t getConstant() const { return Cst; } in getConstant() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCValue.h42 int64_t getConstant() const { return Cst; } in getConstant() function
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java83 public Constant getConstant() in getConstant() method in ComparableConstant
/external/clang/lib/CodeGen/
DCGBlocks.h187 llvm::Value *getConstant() const { in getConstant() function
/external/proguard/src/proguard/classfile/
DProgramClass.java74 public Constant getConstant(int constantIndex) in getConstant() method in ProgramClass
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp106 Constant *getConstant() const { in getConstant() function in __anond3f06b990111::LVILatticeVal
1024 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) { in getConstant() function in LazyValueInfo
DScalarEvolution.cpp284 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { in getConstant() function in ScalarEvolution
295 const SCEV *ScalarEvolution::getConstant(const APInt& Val) { in getConstant() function in ScalarEvolution
300 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { in getConstant() function in ScalarEvolution
/external/llvm/include/llvm/Object/
DStackMapParser.h360 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h346 static ConstantAsMetadata *getConstant(Value *C) { in getConstant() function
/external/llvm/include/llvm/IR/
DMetadata.h332 static ConstantAsMetadata *getConstant(Value *C) { in getConstant() function
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp126 Constant *getConstant() const { in getConstant() function in __anon5917926d0111::LVILatticeVal
1482 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB, in getConstant() function in LazyValueInfo
DScalarEvolution.cpp309 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { in getConstant() function in ScalarEvolution
320 const SCEV *ScalarEvolution::getConstant(const APInt &Val) { in getConstant() function in ScalarEvolution
325 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { in getConstant() function in ScalarEvolution
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h603 Constant *getConstant() const { return getConstantField(11); } in getConstant() function
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp96 Constant *getConstant() const { in getConstant() function in __anon357eee1d0111::LatticeVal
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1435 auto getConstant = [&I, this](bool IsTrue) { in FoldICmpCstShrCst() local
1499 auto getConstant = [&I, this](bool IsTrue) { in FoldICmpCstShlCst() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp94 Constant *getConstant() const { in getConstant() function in __anonb057c7490111::LatticeVal
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp923 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { in getConstant() function in SelectionDAG
931 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { in getConstant() function in SelectionDAG
935 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) { in getConstant() function in SelectionDAG
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1098 SDValue SelectionDAG::getConstant(uint64_t Val, const SDLoc &DL, EVT VT, in getConstant() function in SelectionDAG
1107 SDValue SelectionDAG::getConstant(const APInt &Val, const SDLoc &DL, EVT VT, in getConstant() function in SelectionDAG
1112 SDValue SelectionDAG::getConstant(const ConstantInt &Val, const SDLoc &DL, in getConstant() function in SelectionDAG
/external/llvm/unittests/IR/
DMetadataTest.cpp107 Constant *getConstant() { in getConstant() function in __anon8134c2580111::MetadataTest