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 419 APInt SplatValue, SplatUndef;
423 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
809 APInt SplatValue, SplatUndef;
819 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
MipsSEISelLowering.cpp 603 APInt SplatValue, SplatUndef;
607 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
628 APInt SplatValue, SplatUndef;
634 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
848 APInt SplatValue, SplatUndef;
858 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 632 APInt SplatUndef;
636 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 62 milliseconds