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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineVectorOps.cpp 124 if (Value *V = SimplifyDemandedVectorElts(EI.getOperand(0),
400 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) {
425 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) {
InstCombine.h 334 Value *SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
InstCombineCalls.cpp 590 if (Value *V = SimplifyDemandedVectorElts(II->getArgOperand(0),
611 if (Value *TmpV = SimplifyDemandedVectorElts(II->getArgOperand(0),
    [all...]

Completed in 1225 milliseconds