Searched defs:KnownBitsComputed (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 57 determineLiveOperandBits(const Instruction * UserI,const Value * Val,unsigned OperandNo,const APInt & AOut,APInt & AB,KnownBits & Known,KnownBits & Known2,bool & KnownBitsComputed) determineLiveOperandBits() argument 353 bool KnownBitsComputed = false; performAnalysis() local 430 bool KnownBitsComputed = false; getDemandedBits() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 903 bool KnownBitsComputed = false; SimplifyDemandedUseBits() local
|
H A D | InstructionCombining.cpp | 166 bool &KnownBitsComputed) { in targetSimplifyDemandedUseBitsIntrinsic() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 202 simplifyDemandedUseBitsIntrinsic(InstCombiner & IC,IntrinsicInst & II,APInt DemandedMask,KnownBits & Known,bool & KnownBitsComputed) simplifyDemandedUseBitsIntrinsic() argument
|
H A D | TargetTransformInfo.h | 2313 simplifyDemandedUseBitsIntrinsic(InstCombiner & IC,IntrinsicInst & II,APInt DemandedMask,KnownBits & Known,bool & KnownBitsComputed) simplifyDemandedUseBitsIntrinsic() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 692 simplifyDemandedUseBitsIntrinsic(InstCombiner & IC,IntrinsicInst & II,APInt DemandedMask,KnownBits & Known,bool & KnownBitsComputed) simplifyDemandedUseBitsIntrinsic() argument
|