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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineVectorOps.cpp 578 unsigned VWidth = cast<VectorType>(VecOp->getType())->getNumElements();
579 APInt UndefElts(VWidth, 0);
580 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth));
    [all...]
InstCombineCalls.cpp 562 unsigned VWidth =
564 APInt DemandedElts(VWidth, 1);
565 APInt UndefElts(VWidth, 0);
637 unsigned VWidth = VT->getNumElements();
642 Builder->CreateVectorSplat(VWidth, VTCI));
645 Builder->CreateVectorSplat(VWidth, VTCI));
655 unsigned VWidth =
657 unsigned LowHalfElts = VWidth / 2;
658 APInt InputDemandedElts(APInt::getBitsSet(VWidth, 0, LowHalfElts));
659 APInt UndefElts(VWidth, 0)
    [all...]
InstructionCombining.cpp     [all...]
InstCombineSelect.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]

Completed in 493 milliseconds