Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h634 void computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function
639 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp164 void llvm::computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function in llvm
176 KnownBits llvm::computeKnownBits(const Value *V, const DataLayout &DL, in computeKnownBits() function in llvm
1543 KnownBits computeKnownBits(const Value *V, unsigned Depth, const Query &Q) { in computeKnownBits() function
1564 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-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2198 void SelectionDAG::computeKnownBits(SDValue Op, KnownBits &Known, in computeKnownBits() function in SelectionDAG
2210 void SelectionDAG::computeKnownBits(SDValue Op, KnownBits &Known, 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