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
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp
133
///
getConstantInt
- If this is a constant with a ConstantInt value, return it
135
ConstantInt *
getConstantInt
() const {
564
ConstantInt *CI = BCValue.
getConstantInt
();
590
ConstantInt *CI = SCValue.
getConstantInt
();
636
ConstantInt *CI = BCValue.
getConstantInt
();
653
ConstantInt *CI = SCValue.
getConstantInt
();
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SCCP.cpp
155
///
getConstantInt
- If this is a constant with a ConstantInt value, return it
157
ConstantInt *
getConstantInt
() const {
628
ConstantInt *CI = BCValue.
getConstantInt
();
654
ConstantInt *CI = SCValue.
getConstantInt
();
[
all
...]
/external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp
753
// All locking is done by the
getConstantInt
[0-9]+() target function.
754
Constant *GlobalContext::
getConstantInt
(Type Ty, int64_t Value) {
[
all
...]
/external/skia/src/sksl/
SkSLIRGenerator.cpp
499
this->
getConstantInt
(*caseValue, &v);
[
all
...]
/external/skqp/src/sksl/
SkSLIRGenerator.cpp
493
this->
getConstantInt
(*caseValue, &v);
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
Completed in 2230 milliseconds