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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp290 unsigned NumOpsPerField = isNewFormat() ? 3 : 2; local
291 return (getNode()->getNumOperands() - FirstFieldOpNo) / NumOpsPerField;
296 unsigned NumOpsPerField = isNewFormat() ? 3 : 2; local
297 unsigned OpIndex = FirstFieldOpNo + FieldIndex * NumOpsPerField;
333 unsigned NumOpsPerField = NewFormat ? 3 : 2; local
336 Idx += NumOpsPerField) {
340 assert(Idx >= FirstFieldOpNo + NumOpsPerField &&
342 TheIdx = Idx - NumOpsPerField;
348 TheIdx = Node->getNumOperands() - NumOpsPerField;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5260 unsigned NumOpsPerField = IsNewFormat ? 3 : 2; local
5262 Idx += NumOpsPerField) {
5374 unsigned NumOpsPerField = IsNewFormat ? 3 : 2; local
5376 Idx += NumOpsPerField) {
5386 unsigned PrevIdx = Idx - NumOpsPerField;
5394 unsigned LastIdx = BaseNode->getNumOperands() - NumOpsPerField;

Completed in 80 milliseconds