OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyXorInst
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
InstructionSimplify.h
159
///
SimplifyXorInst
- Given operands for a Xor, see if we can
161
Value *
SimplifyXorInst
(Value *LHS, Value *RHS, const DataLayout *TD = 0,
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
59
static Value *
SimplifyXorInst
(Value *, Value *, const Query &, unsigned);
501
SimplifyXorInst
(Cond, Constant::getAllOnesValue(Cond->getType()),
628
if (Value *V =
SimplifyXorInst
(Op0, Op1, Q, MaxRecurse-1))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
Completed in 104 milliseconds