Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCValue.h43 int64_t getConstant() const { return Cst; } in getConstant() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueLattice.h255 Constant *getConstant() const { in getConstant() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.h195 llvm::Value *getConstant() const { in getConstant() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDKnownBits.h56 const APInt &getConstant() const { in getConstant() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDStackMapParser.h386 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDMetadata.h472 static ConstantAsMetadata *getConstant(Value *C) { in getConstant() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVECustomDAG.cpp404 SDValue VECustomDAG::getConstant(uint64_t Val, EVT VT, bool IsTarget, in getConstant() function in llvm::VECustomDAG
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugFrame.h138 int32_t getConstant() const { return Offset; } in getConstant() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSCCPSolver.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-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFAbstractMemberAccess.cpp326 static uint64_t getConstant(const Value *IndexValue) { in getConstant() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyValueInfo.cpp1723 Constant *LazyValueInfo::getConstant(Value *V, Instruction *CxtI) { in getConstant() function in LazyValueInfo
HDScalarEvolution.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-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfoMetadata.cpp723 Constant *DIDerivedType::getConstant() const { in getConstant() function in DIDerivedType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.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