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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 607 Value *SplatVal = InsElt.getOperand(1);
616 if (!Idx || CurrIE->getOperand(1) != SplatVal)
642 UndefValue::get(VT), SplatVal,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 96 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) {
105 return BV->isConstantSplat(SplatVal, SplatUndef, SplatBitSize, HasUndefs) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 133 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) {
142 return BV->isConstantSplat(SplatVal, SplatUndef, SplatBitSize, HasUndefs,
    [all...]

Completed in 400 milliseconds