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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 775 SDValue AllOnes = DAG.getConstant(
777 SDValue NotMask = DAG.getNode(ISD::XOR, DL, MaskTy, Mask, AllOnes);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 722 APInt AllOnes = APInt::getAllOnesValue(BitWidth);
723 if (SimplifyDemandedBits(I->getOperandUse(0), AllOnes, KnownZero2,
725 SimplifyDemandedBits(I->getOperandUse(1), AllOnes, KnownZero2,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 243 milliseconds