HomeSort by relevance Sort by last modified time
    Searched refs:AllOnes (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Analysis/
ValueTracking.cpp 229 APInt AllOnes = APInt::getAllOnesValue(BitWidth);
231 AllOnes, KnownZero2, KnownOne2, TD, Depth+1);
237 AllOnes, KnownZero2, KnownOne2, TD, Depth+1);
526 APInt AllOnes = APInt::getAllOnesValue(BitWidth);
527 ComputeMaskedBits(I->getOperand(0), AllOnes, KnownZero, KnownOne,
529 ComputeMaskedBits(I->getOperand(1), AllOnes, KnownZero2, KnownOne2,
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 410 SDValue AllOnes = DAG.getConstant(
412 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 2432 milliseconds