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

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 491 APInt SplatValue, SplatUndef;
495 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
885 APInt SplatValue, SplatUndef;
895 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
    [all...]
MipsSEISelLowering.cpp 606 APInt SplatValue, SplatUndef;
610 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
631 APInt SplatValue, SplatUndef;
637 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
852 APInt SplatValue, SplatUndef;
862 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 757 APInt SplatUndef;
761 return (C->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 83 milliseconds