Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCValue.h44 int64_t getConstant() const { return Cst; } in getConstant() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h256 Constant *getConstant() const { in getConstant() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h191 llvm::Value *getConstant() const { in getConstant() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h57 const APInt &getConstant() const { in getConstant() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h387 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h366 static ConstantAsMetadata *getConstant(Value *C) { in getConstant() function
H A DDebugInfoMetadata.h1028 Constant *getConstant() const { in getConstant() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp506 Constant *SCCPInstVisitor::getConstant(const ValueLatticeElement &LV) const { in getConstant() function in SCCPInstVisitor
1664 Constant *SCCPSolver::getConstant(const ValueLatticeElement &LV) const { in getConstant() function in SCCPSolver
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h122 int32_t getConstant() const { return Offset; } in getConstant() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp579 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { in getConstant() function in BPFAbstractMemberAccess
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1564 Constant *LazyValueInfo::getConstant(Value *V, Instruction *CxtI) { in getConstant() function in LazyValueInfo
H A DScalarEvolution.cpp444 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { in getConstant() function in ScalarEvolution
455 const SCEV *ScalarEvolution::getConstant(const APInt &Val) { in getConstant() function in ScalarEvolution
460 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { in getConstant() function in ScalarEvolution
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1347 SDValue SelectionDAG::getConstant(uint64_t Val, const SDLoc &DL, EVT VT, in getConstant() function in SelectionDAG
1356 SDValue SelectionDAG::getConstant(const APInt &Val, const SDLoc &DL, EVT VT, in getConstant() function in SelectionDAG
1361 SDValue SelectionDAG::getConstant(const ConstantInt &Val, const SDLoc &DL, in getConstant() function in SelectionDAG