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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 622 SDValue AllOnes = DAG.getConstant(
624 SDValue NotMask = DAG.getNode(ISD::XOR, DL, MaskTy, Mask, AllOnes);
689 SDValue AllOnes = DAG.getConstant(
691 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 752 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V);
753 DEBUG(dbgs() << "Undef: " << *U << " ==> " << *AllOnes << "\n");
755 return AllOnes;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 202 milliseconds