Searched defs:SimplifyDemandedBits (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| HD | InstCombiner.h | 509 bool SimplifyDemandedBits(Instruction *I, unsigned OpNo, in SimplifyDemandedBits() function
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineSimplifyDemanded.cpp | 89 bool InstCombinerImpl::SimplifyDemandedBits(Instruction *I, unsigned OpNo, in SimplifyDemandedBits() function in InstCombinerImpl
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | TargetLowering.cpp | 620 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() function in TargetLowering 635 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() function in TargetLowering 652 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() function in TargetLowering 1101 bool TargetLowering::SimplifyDemandedBits( in SimplifyDemandedBits() function in TargetLowering
|
| HD | DAGCombiner.cpp | 336 bool SimplifyDemandedBits(SDValue Op) { in SimplifyDemandedBits() function in __anon6c755e8f0111::DAGCombiner 342 bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits) { in SimplifyDemandedBits() function in __anon6c755e8f0111::DAGCombiner 1378 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() function in DAGCombiner
|