Home
last modified time | relevance | path

Searched refs:Op1Const (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4260 auto *Op1Const = dyn_cast<Constant>(Op1); in SimplifyShuffleVectorInst() local
4263 if (Op0Const && Op1Const) in SimplifyShuffleVectorInst()
4264 return ConstantFoldShuffleVectorInstruction(Op0Const, Op1Const, Mask); in SimplifyShuffleVectorInst()
4268 if (Op0Const && !Op1Const) { in SimplifyShuffleVectorInst()