Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h43 int64_t getConstant() const { return Cst; } in getConstant() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h255 Constant *getConstant() const { in getConstant() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h195 llvm::Value *getConstant() const { in getConstant() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h56 const APInt &getConstant() const { in getConstant() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h387 ConstantAccessor getConstant(unsigned ConstantIndex) const { getConstant() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h472 static ConstantAsMetadata *getConstant(Value *C) { in getConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp404 SDValue VECustomDAG::getConstant(uint64_t Val, EVT VT, bool IsTarget, in getConstant() function in llvm::VECustomDAG
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h138 int32_t getConstant() const { return Offset; } in getConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp944 Constant *SCCPInstVisitor::getConstant(const ValueLatticeElement &LV, in getConstant() function in SCCPInstVisitor
2151 Constant *SCCPSolver::getConstant(const ValueLatticeElement &LV, in getConstant() function in SCCPSolver
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp326 static uint64_t getConstant(const Value *IndexValue) { in getConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1723 Constant *LazyValueInfo::getConstant(Value *V, Instruction *CxtI) { in getConstant() function in LazyValueInfo
H A DScalarEvolution.cpp479 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { in getConstant() function in ScalarEvolution
490 const SCEV *ScalarEvolution::getConstant(const APInt &Val) { in getConstant() function in ScalarEvolution
495 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { in getConstant() function in ScalarEvolution
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp723 Constant *DIDerivedType::getConstant() const { in getConstant() function in DIDerivedType
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1624 SDValue SelectionDAG::getConstant(uint64_t Val, const SDLoc &DL, EVT VT, in getConstant() function in SelectionDAG
1633 SDValue SelectionDAG::getConstant(const APInt &Val, const SDLoc &DL, EVT VT, in getConstant() function in SelectionDAG
1638 SDValue SelectionDAG::getConstant(const ConstantInt &Val, const SDLoc &DL, in getConstant() function in SelectionDAG