OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Folded
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
42
STATISTIC(NumFolds, "Number of terminators
folded
");
471
Constant *
Folded
= ConstantExpr::get(BO->getOpcode(), V, CI);
473
if (Constant *KC = getKnownConstant(
Folded
, WantInteger))
547
Constant *
Folded
= ConstantExpr::getCompare(Cmp->getPredicate(),
549
if (Constant *KC = getKnownConstant(
Folded
, WantInteger))
[
all
...]
SCCP.cpp
481
// Instructions that cannot be
folded
away.
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
320
Constant *
Folded
= ConstantExpr::get(Opcode, C1, C2);
325
I.setOperand(1,
Folded
);
519
// Constants can be considered to be negated values if they can be
folded
.
538
// Constants can be considered to be negated values if they can be
folded
.
592
// Bool selects with constant operands can be
folded
to logical ops.
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
Completed in 106 milliseconds