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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 393 APInt SplatValue, SplatUndef;
400 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
403 (SplatValue.getZExtValue() >= EltSize))
407 DAG.getConstant(SplatValue.getZExtValue(), MVT::i32));
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 155 Value *SplatValue, Instruction *TheStore,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 280 milliseconds