HomeSort by relevance Sort by last modified time
    Searched refs:ShrinkDemandedConstant (Results 1 - 4 of 4) 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))
335 if (ShrinkDemandedConstant(I, 1, DemandedMask))
378 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
379 ShrinkDemandedConstant(I, 2, DemandedMask))
503 if (ShrinkDemandedConstant(I, 1, InDemandedBits))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 64 milliseconds