Searched defs:computeKnownBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h728 void computeKnownBits(const Value *V, KnownBits &Known, function in class:llvm::InstCombiner
733 KnownBits computeKnownBits(const Value *V, unsigned Depth, function in class:llvm::InstCombiner
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp169 void llvm::computeKnownBits(const Value *V, KnownBits &Known, function in class:llvm
181 KnownBits llvm::computeKnownBits(const Value *V, const DataLayout &DL, function in class:llvm
1700 KnownBits computeKnownBits(const Value *V, unsigned Depth, const Query &Q) { function
1721 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, function
[all...]

Completed in 122 milliseconds