Searched defs:thenBlock (Results 1 – 8 of 8) sorted by relevance
15 Block* thenBlock() const { in thenBlock() function
501 TIntermBlock *thenBlock = &buildBlockWithTailAssign(*var, *newThen); in visitTernaryPost() local
639 Block* thenBlock; variable
4362 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
645 Block* thenBlock; variable
4402 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
1440 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() function1441 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() function
1087 auto thenBlock = llvm::BasicBlock::Create(*jit->context, "", jit->function); in createMaskedStore() local1206 auto thenBlock = llvm::BasicBlock::Create(*jit->context, "", jit->function); in createScatter() local