OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyOrInst
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
InstructionSimplify.h
96
///
SimplifyOrInst
- Given operands for an Or, see if we can
98
Value *
SimplifyOrInst
(Value *LHS, Value *RHS, const TargetData *TD = 0,
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
46
static Value *
SimplifyOrInst
(Value *, Value *, const TargetData *,
421
if (Value *V =
SimplifyOrInst
(Cond, FCmp, TD, DT, MaxRecurse))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
Completed in 701 milliseconds