Searched defs:computeKnownBits (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 634 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/ |
D | InstCombineInternal.h | 477 void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 164 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/ |
D | ValueTracking.cpp | 125 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/ |
D | SelectionDAG.cpp | 2198 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/ |
D | SelectionDAG.cpp | 2023 void SelectionDAG::computeKnownBits(SDValue Op, APInt &KnownZero, in computeKnownBits() function in SelectionDAG
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10785 static void computeKnownBits(SelectionDAG &DAG, SDValue Op, APInt &KnownZero, in computeKnownBits() function
|