Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCValue.h42 int64_t getConstant() const { return Cst; } in getConstant() function
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DStackMaps.h145 int64_t getConstant(size_t Idx) const { return ConstantsList[Idx]; } in getConstant() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBlocks.h160 llvm::Value *getConstant() const { in getConstant() function
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DLazyValueInfo.cpp111 Constant *getConstant() const { in getConstant() function in __anon92b4ed540111::LVILatticeVal
1051 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) { in getConstant() function in LazyValueInfo
DScalarEvolution.cpp314 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { in getConstant() function in ScalarEvolution
325 const SCEV *ScalarEvolution::getConstant(const APInt& Val) { in getConstant() function in ScalarEvolution
330 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { in getConstant() function in ScalarEvolution
/freebsd-10-stable/contrib/llvm/include/llvm/
DDebugInfo.h356 Constant *getConstant() const { in getConstant() function
594 Constant *getConstant() const { return getConstantField(11); } in getConstant() function
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DSCCP.cpp92 Constant *getConstant() const { in getConstant() function in __anon6f1c49040111::LatticeVal
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp967 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { in getConstant() function in SelectionDAG
975 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { in getConstant() function in SelectionDAG
979 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) { in getConstant() function in SelectionDAG