Lines Matching defs:thenBlock
225 Block *thenBlock = builder.createBlock(funcBody);
230 builder.create<cf::CondBranchOp>(pIsZero, thenBlock, fallthroughBlock);
241 thenBlock = builder.createBlock(funcBody);
247 builder.create<cf::CondBranchOp>(bIsZero, thenBlock, fallthroughBlock);
254 thenBlock = builder.createBlock(funcBody);
259 builder.create<cf::CondBranchOp>(bIsOne, thenBlock, fallthroughBlock);
271 thenBlock = builder.createBlock(funcBody);
276 builder.create<cf::CondBranchOp>(pIsOdd, thenBlock, fallthroughBlock);
319 thenBlock = builder.createBlock(funcBody);
324 builder.setInsertionPointToEnd(thenBlock);
328 builder.create<cf::CondBranchOp>(powerTmpIsOdd, thenBlock, fallthroughBlock,
341 thenBlock = builder.createBlock(funcBody);
346 builder.create<cf::CondBranchOp>(newPowerIsZero, thenBlock, fallthroughBlock);
453 Block *thenBlock = builder.createBlock(funcBody);
458 builder.create<cf::CondBranchOp>(pIsZero, thenBlock, fallthroughBlock);
504 thenBlock = builder.createBlock(funcBody);
509 builder.setInsertionPointToEnd(thenBlock);
513 builder.create<cf::CondBranchOp>(powerTmpIsOdd, thenBlock, fallthroughBlock,
552 thenBlock = builder.createBlock(funcBody);
556 builder.create<cf::CondBranchOp>(pIsMin, thenBlock, fallthroughBlock,
558 builder.setInsertionPointToEnd(thenBlock);
566 thenBlock = builder.createBlock(funcBody);
570 builder.create<cf::CondBranchOp>(pIsNeg, thenBlock, returnBlock,
572 builder.setInsertionPointToEnd(thenBlock);