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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2826 ConstantInt *PBI_C = cast<ConstantInt>( local
2828 assert(PBI_C->getType()->isIntegerTy(1));
2831 // Create (PBI_Cond and PBI_C) or (!PBI_Cond and BI_Value)
2832 // PBI_C is true: PBI_Cond or (!PBI_Cond and BI_Value)
2839 if (PBI_C->isOne())
2843 // Create (PBI_Cond and BI_Value) or (!PBI_Cond and PBI_C)
2844 // PBI_C is true: (PBI_Cond and BI_Value) or (!PBI_Cond)
2848 if (PBI_C->isOne()) {

Completed in 60 milliseconds