/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCValue.h | 44 int64_t getConstant() const { return Cst; } in getConstant() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 256 Constant *getConstant() const { in getConstant() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 191 llvm::Value *getConstant() const { in getConstant() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 57 const APInt &getConstant() const { in getConstant() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 387 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Metadata.h | 366 static ConstantAsMetadata *getConstant(Value *C) { in getConstant() function
|
H A D | DebugInfoMetadata.h | 1028 Constant *getConstant() const { in getConstant() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 506 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 D | DWARFDebugFrame.h | 122 int32_t getConstant() const { return Offset; } in getConstant() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 579 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { in getConstant() function in BPFAbstractMemberAccess
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1564 Constant *LazyValueInfo::getConstant(Value *V, Instruction *CxtI) { in getConstant() function in LazyValueInfo
|
H A D | ScalarEvolution.cpp | 444 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 D | SelectionDAG.cpp | 1347 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
|