Searched defs:thenBlock (Results 1 – 7 of 7) sorted by relevance
507 TIntermBlock *thenBlock = &buildBlockWithTailAssign(*var, *newThen); in visitTernaryPost() local
607 Block* thenBlock; variable
4051 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
600 Block* thenBlock; variable
3994 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
1094 auto thenBlock = llvm::BasicBlock::Create(*jit->context, "", jit->function); in createMaskedStore() local1213 auto thenBlock = llvm::BasicBlock::Create(*jit->context, "", jit->function); in createScatter() local