OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantIntVal
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Support/
IntegersSubset.h
48
Constant *NewVal = ConstantInt::get(
ConstantIntVal
->getContext(), res); \
55
Constant *NewVal = ConstantInt::get(
ConstantIntVal
->getContext(), res); \
63
Constant *NewVal = ConstantInt::get(
ConstantIntVal
->getContext(), res); \
64
ConstantIntVal
= cast<ConstantInt>(NewVal); \
72
Constant *NewVal = ConstantInt::get(
ConstantIntVal
->getContext(), res); \
73
ConstantIntVal
= cast<ConstantInt>(NewVal); \
81
Constant *NewVal = ConstantInt::get(
ConstantIntVal
->getContext(), res); \
82
OldConstantIntVal =
ConstantIntVal
; \
83
ConstantIntVal
= cast<ConstantInt>(NewVal); \
93
ConstantInt *
ConstantIntVal
;
[
all
...]
/external/llvm/include/llvm/IR/
Value.h
200
ConstantIntVal
, // This is an instance of ConstantInt
Constants.h
224
return V->getValueID() ==
ConstantIntVal
;
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
680
case Value::
ConstantIntVal
: {
[
all
...]
/external/llvm/lib/IR/
Constants.cpp
434
: Constant(Ty,
ConstantIntVal
, 0, 0), Val(V) {
[
all
...]
Completed in 791 milliseconds