HomeSort by relevance Sort by last modified time
    Searched refs:notNullBB (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGClass.cpp 324 llvm::BasicBlock *notNullBB = createBasicBlock("cast.notnull");
328 Builder.CreateCondBr(isNull, endBB, notNullBB);
329 EmitBlock(notNullBB);
353 llvm::BasicBlock *notNullBB = Builder.GetInsertBlock();
358 PHI->addIncoming(Value.getPointer(), notNullBB);
    [all...]
CGExprCXX.cpp     [all...]

Completed in 245 milliseconds