Searched defs:computeKnownBits (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 471 void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 134 void llvm::computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function in llvm 1612 void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2049 void SelectionDAG::computeKnownBits(SDValue Op, APInt &KnownZero, in computeKnownBits() function in SelectionDAG
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10375 static void computeKnownBits(SelectionDAG &DAG, SDValue Op, APInt &KnownZero, in computeKnownBits() function
|