Searched refs:cheapToScalarize (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp28 static bool cheapToScalarize(Value *V, bool isConstant) { function
53 (cheapToScalarize(BO->getOperand(0), isConstant) ||
54 cheapToScalarize(BO->getOperand(1), isConstant)))
58 (cheapToScalarize(CI->getOperand(0), isConstant) ||
59 cheapToScalarize(CI->getOperand(1), isConstant)))
85 !(isa<BinaryOperator>(PHIUser)) || !cheapToScalarize(PHIUser, true))
139 if (cheapToScalarize(C, false))
189 cheapToScalarize(BO, isa<ConstantInt>(EI.getOperand(1)))) {

Completed in 99 milliseconds