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

/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCValue.h42 int64_t getConstant() const { return Cst; } function in class:llvm::MCValue
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h160 llvm::Value *getConstant() const { function in class:clang::CodeGen::CGBlockInfo::Capture
/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DDebugInfo.h336 Constant *getConstant() const { function in class:llvm::DIDerivedType
527 Constant *getConstant() const { return getConstantField(11); } function in class:llvm::DIGlobalVariable
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp111 Constant *getConstant() const { function in class:__anon2092::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-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp92 Constant *getConstant() const { function in class:__anon2666::LatticeVal
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp964 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { function in class:SelectionDAG
972 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { function in class:SelectionDAG
976 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) { function in class:SelectionDAG
[all...]

Completed in 201 milliseconds