Searched refs:Factor (Results 51 - 53 of 53) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3367 APInt Factor = gcd(LHSCst, RHSCst);
3368 if (!Factor.isIntN(1)) {
3370 cast<SCEVConstant>(getConstant(LHSCst->getAPInt().udiv(Factor)));
3372 cast<SCEVConstant>(getConstant(RHSCst->getAPInt().udiv(Factor)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5623 unsigned Factor = VT.getSizeInBits()/vectorWidth;
5625 VT.getVectorNumElements()/Factor);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1794 // removed. Skip the first Token Factor, as this is the current node.
19702 unsigned Factor = N1.getValueType().getVectorNumElements(); local
19705 Ops[cast<ConstantSDNode>(N2)->getZExtValue() / Factor] = N1;

Completed in 442 milliseconds

123