OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyCmpInst
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h
266
Value *
SimplifyCmpInst
(unsigned Predicate, Value *LHS, Value *RHS,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MustExecute.cpp
146
auto *SimpleValOrNull =
SimplifyCmpInst
(Cond->getPredicate(),
InstructionSimplify.cpp
62
static Value *
SimplifyCmpInst
(unsigned, Value *, Value *, const SimplifyQuery &,
152
Value *SimplifiedCmp =
SimplifyCmpInst
(Pred, LHS, RHS, Q, MaxRecurse);
584
Value *V =
SimplifyCmpInst
(Pred, Incoming, RHS, Q.getWithInstruction(InTI),
3917
return PreventSelfSimplify(
SimplifyCmpInst
(C->getPredicate(), NewOps[0],
5168
static Value *
SimplifyCmpInst
(unsigned Predicate, Value *LHS, Value *RHS,
5175
Value *llvm::
SimplifyCmpInst
(unsigned Predicate, Value *LHS, Value *RHS,
5177
return ::
SimplifyCmpInst
(Predicate, LHS, RHS, Q, RecursionLimit);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
844
Value *Res =
SimplifyCmpInst
(Pred, LHS, RHS, {DL});
NewGVN.cpp
1168
// TODO: 25% of our time is spent in
SimplifyCmpInst
with pointer operands
1174
SimplifyCmpInst
(Predicate, E->getOperand(0), E->getOperand(1), SQ);
1921
// Create expression will take care of
simplifyCmpInst
Completed in 38 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026