OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimplifyOrInst
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp
46
static Value *
SimplifyOrInst
(Value *, Value *, const TargetData *,
441
if (Value *V =
SimplifyOrInst
(Cond, FCmp, TD, DT, MaxRecurse))
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
70
static Value *
SimplifyOrInst
(Value *, Value *, const Query &, unsigned);
434
if (Value *V =
SimplifyOrInst
(Cond, FCmp, Q, MaxRecurse))
[
all
...]
Completed in 156 milliseconds