Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCValue.h49 int64_t getConstant() const { return Cst; } in getConstant() function
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h160 llvm::Value *getConstant() const { in getConstant() function
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp114 Constant *getConstant() const { in getConstant() function in __anond72ac8f70111::LVILatticeVal
1147 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB, in getConstant() function in LazyValueInfo
H A DScalarEvolution.cpp316 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { in getConstant() function in ScalarEvolution
327 const SCEV *ScalarEvolution::getConstant(const APInt &Val) { in getConstant() function in ScalarEvolution
332 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { in getConstant() function in ScalarEvolution
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h205 static ConstantAsMetadata *getConstant(Value *C) { in getConstant() function
H A DDebugInfo.h485 Constant *getConstant() const { in getConstant() function
783 Constant *getConstant() const { return getConstantField(4); } in getConstant() function
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1050 auto getConstant = [&I, this](bool IsTrue) { in FoldICmpCstShrCst() local
1110 auto getConstant = [&I, this](bool IsTrue) { in FoldICmpCstShlCst() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp93 Constant *getConstant() const { in getConstant() function in __anonb39224a70111::LatticeVal
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1075 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT, bool isO) { in getConstant() function in SelectionDAG
1083 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT, bool isO) in getConstant() function in SelectionDAG
1088 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT, in getConstant() function in SelectionDAG