Home
last modified time | relevance | path

Searched defs:computeKnownBits (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h444 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits() function
449 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits() function
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h456 void computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function
461 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h728 void computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function
733 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h477 void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp205 static void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits() function
220 void llvm::computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function in llvm
229 void llvm::computeKnownBits(const Value *V, const APInt &DemandedElts, in computeKnownBits() function in llvm
244 KnownBits llvm::computeKnownBits(const Value *V, const DataLayout &DL, in computeKnownBits() function in llvm
254 KnownBits llvm::computeKnownBits(const Value *V, const APInt &DemandedElts, in computeKnownBits() function in llvm
1760 KnownBits computeKnownBits(const Value *V, const APInt &DemandedElts, in computeKnownBits() function
1769 KnownBits computeKnownBits(const Value *V, unsigned Depth, const Query &Q) { in computeKnownBits() function
1790 void computeKnownBits(const Value *V, const APInt &DemandedElts, in computeKnownBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp169 void llvm::computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function in llvm
181 KnownBits llvm::computeKnownBits(const Value *V, const DataLayout &DL, in computeKnownBits() function in llvm
1700 KnownBits computeKnownBits(const Value *V, unsigned Depth, const Query &Q) { in computeKnownBits() function
1721 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits() function
/external/llvm/lib/Analysis/
DValueTracking.cpp125 void llvm::computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function in llvm
1375 void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2492 KnownBits SelectionDAG::computeKnownBits(SDValue Op, unsigned Depth) const { in computeKnownBits() function in SelectionDAG
2503 KnownBits SelectionDAG::computeKnownBits(SDValue Op, const APInt &DemandedElts, in computeKnownBits() function in SelectionDAG
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2609 KnownBits SelectionDAG::computeKnownBits(SDValue Op, unsigned Depth) const { in computeKnownBits() function in SelectionDAG
2628 KnownBits SelectionDAG::computeKnownBits(SDValue Op, const APInt &DemandedElts, in computeKnownBits() function in SelectionDAG
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2023 void SelectionDAG::computeKnownBits(SDValue Op, APInt &KnownZero, in computeKnownBits() function in SelectionDAG
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10785 static void computeKnownBits(SelectionDAG &DAG, SDValue Op, APInt &KnownZero, in computeKnownBits() function