HomeSort by relevance Sort by last modified time
    Searched refs:DemandedMask (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 55 APInt DemandedMask(APInt::getAllOnesValue(BitWidth));
57 Value *V = SimplifyDemandedUseBits(&Inst, DemandedMask,
68 bool InstCombiner::SimplifyDemandedBits(Use &U, APInt DemandedMask,
71 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask,
81 /// that only the bits set in DemandedMask of the result of V are ever used
92 /// in DemandedMask. Note also that the bitwidth of V, DemandedMask, KnownZero
100 Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask,
105 uint32_t BitWidth = DemandedMask.getBitWidth();
114 "Value *V, DemandedMask, KnownZero and KnownOne
    [all...]
InstCombineVectorOps.cpp 162 APInt DemandedMask(VectorWidth, 0);
163 DemandedMask.setBit(IndexVal);
165 DemandedMask, UndefElts)) {
InstCombine.h 318 Value *SimplifyDemandedUseBits(Value *V, APInt DemandedMask,
321 bool SimplifyDemandedBits(Use &U, APInt DemandedMask,
  /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 80 milliseconds