Searched refs:PBI_C (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2123 ConstantInt *PBI_C = cast<ConstantInt>( local
2125 assert(PBI_C->getType()->isIntegerTy(1));
2128 // Create (PBI_Cond and PBI_C) or (!PBI_Cond and BI_Value)
2129 // PBI_C is true: PBI_Cond or (!PBI_Cond and BI_Value)
2138 if (PBI_C->isOne())
2144 // Create (PBI_Cond and BI_Value) or (!PBI_Cond and PBI_C)
2145 // PBI_C is true: (PBI_Cond and BI_Value) or (!PBI_Cond)
2151 if (PBI_C->isOne()) {

Completed in 189 milliseconds