OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShrinkDemandedConstant
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
23
///
ShrinkDemandedConstant
- Check to see if the specified operand of the
27
static bool
ShrinkDemandedConstant
(Instruction *I, unsigned OpNo,
248
if (
ShrinkDemandedConstant
(I, 1, DemandedMask & ~LHSKnownZero))
285
if (
ShrinkDemandedConstant
(I, 1, DemandedMask))
336
if (
ShrinkDemandedConstant
(I, 1, DemandedMask))
381
if (
ShrinkDemandedConstant
(I, 1, DemandedMask) ||
382
ShrinkDemandedConstant
(I, 2, DemandedMask))
506
if (
ShrinkDemandedConstant
(I, 1, InDemandedBits))
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
Completed in 32 milliseconds