Searched refs:SimplifyDemandedUseBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp58 Value *V = SimplifyDemandedUseBits(&Inst, DemandedMask,
72 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask,
80 /// SimplifyDemandedUseBits - This function attempts to replace V with a simpler
101 Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask, function in class:InstCombiner
827 /// Helper routine of SimplifyDemandedUseBits. It tries to simplify
842 /// As with SimplifyDemandedUseBits, it returns NULL if the simplification was
H A DInstCombine.h329 /// SimplifyDemandedUseBits - Attempts to replace V with a simpler value
331 Value *SimplifyDemandedUseBits(Value *V, APInt DemandedMask,
337 /// Helper routine of SimplifyDemandedUseBits. It tries to simplify demanded

Completed in 98 milliseconds