Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1604 unsigned NumOpsToWrite = 2; in WriteConstantInternal() local
1606 NumOpsToWrite = 3; in WriteConstantInternal()
1608 NumOpsToWrite = 4; in WriteConstantInternal()
1611 for (unsigned i = 0, e = NumOpsToWrite; i != e; ++i) { in WriteConstantInternal()