Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:threshold

595       llvm::APInt threshold(numElementsWidth, 1);
596 threshold <<= sizeWidth;
599 = llvm::ConstantInt::get(numElementsType, threshold);