Searched defs:getConstant (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCValue.h42 int64_t getConstant() const { return Cst; } function in class:llvm::MCValue
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DStackMaps.h145 int64_t getConstant(size_t Idx) const { return ConstantsList[Idx]; } function in struct:llvm::StackMaps::ConstantPool
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h160 llvm::Value *getConstant() const { function in class:clang::CodeGen::CGBlockInfo::Capture
/freebsd-9.3-release/contrib/llvm/include/llvm/
H A DDebugInfo.h356 Constant *getConstant() const { function in class:llvm::DIDerivedType
594 Constant *getConstant() const { return getConstantField(11); } function in class:llvm::DIGlobalVariable
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp111 Constant *getConstant() const { function in class:__anon2068::LVILatticeVal
1036 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) { function in class:LazyValueInfo
[all...]
H A DScalarEvolution.cpp314 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { function in class:ScalarEvolution
325 const SCEV *ScalarEvolution::getConstant(const APInt& Val) { function in class:ScalarEvolution
330 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { function in class:ScalarEvolution
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp92 Constant *getConstant() const { function in class:__anon2671::LatticeVal
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp959 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { function in class:SelectionDAG
967 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { function in class:SelectionDAG
971 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) { function in class:SelectionDAG
[all...]

Completed in 287 milliseconds