OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstantExpr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
356
/// otherwise return null (e.g. if C is a
ConstantExpr
).
929
/// constant expressions. The Opcode field for the
ConstantExpr
class is
931
class
ConstantExpr
: public Constant {
939
ConstantExpr
(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps)
945
~
ConstantExpr
() = default;
948
// Static methods to construct a
ConstantExpr
of different kinds. Note that
950
//
ConstantExpr
class, because they will attempt to fold the constant
1310
///
ConstantExpr
. The instruction is not linked to any basic block.
1313
/// which would take a
ConstantExpr
parameter, but that would have spread
1314
/// implementation details of
ConstantExpr
outside of Constants.cpp, whic
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml
313
|
ConstantExpr
llvm_ocaml.c
643
ConstantExpr
,
671
DEFINE_CASE(Val,
ConstantExpr
);
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
246
static void AssertResultStorageKind(
ConstantExpr
::ResultStorageKind Kind) {
247
assert((Kind ==
ConstantExpr
::RSK_APValue ||
248
Kind ==
ConstantExpr
::RSK_Int64 || Kind ==
ConstantExpr
::RSK_None) &&
253
ConstantExpr
::ResultStorageKind
254
ConstantExpr
::getStorageKind(const APValue &Value) {
258
return
ConstantExpr
::RSK_None;
261
return
ConstantExpr
::RSK_Int64;
264
return
ConstantExpr
::RSK_APValue;
268
ConstantExpr
::ResultStorageKin
[
all
...]
Completed in 58 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026