Searched defs:SimplifyDemandedBits (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp303 bool SimplifyDemandedBits(SDValue Op) { function in class:__anon83::DAGCombiner
309 bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits) { function in class:__anon83::DAGCombiner
1056 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, function in class:DAGCombiner
[all...]
H A DTargetLowering.cpp580 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, function in class:TargetLowering
595 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, function in class:TargetLowering
800 bool TargetLowering::SimplifyDemandedBits( function in class:TargetLowering
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp82 bool InstCombiner::SimplifyDemandedBits(Instruction *I, unsigned OpNo, function in class:InstCombiner
[all...]

Completed in 195 milliseconds