Searched refs:FalseDest (Results 1 – 2 of 2) sorted by relevance
2943 BasicBlock *FalseDest = getBasicBlock(Record[1]); in ParseFunctionBody() local2945 if (!FalseDest || !Cond) in ParseFunctionBody()2947 I = BranchInst::Create(TrueDest, FalseDest, Cond); in ParseFunctionBody()
3191 BasicBlock *FalseDest = getBasicBlock(Record[1]); in ParseFunctionBody() local3193 if (!FalseDest || !Cond) in ParseFunctionBody()3195 I = BranchInst::Create(TrueDest, FalseDest, Cond); in ParseFunctionBody()