OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getConstantInt
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h
73
const ConstantInt *
getConstantInt
() const { return Constant.CIP; }
/external/skia/src/sksl/ir/
SkSLExpression.h
75
virtual int64_t
getConstantInt
() const {
/external/skqp/src/sksl/ir/
SkSLExpression.h
74
virtual int64_t
getConstantInt
() const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ValueLattice.h
285
ConstantInt *
getConstantInt
() const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h
74
const ConstantInt *
getConstantInt
() const { return Constant.CIP; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h
118
const ConstantInt *
getConstantInt
() { return Constants.CIP; }
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
135
///
getConstantInt
- If this is a constant with a ConstantInt value, return it
137
ConstantInt *
getConstantInt
() const {
551
ConstantInt *CI = BCValue.
getConstantInt
();
577
ConstantInt *CI = SCValue.
getConstantInt
();
623
ConstantInt *CI = BCValue.
getConstantInt
();
640
ConstantInt *CI = SCValue.
getConstantInt
();
851
if (ConstantInt *CondCB = CondValue.
getConstantInt
()) {
[
all
...]