reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
943 if (!isa<ConstantInt>(Val) || 944 Val->getType() != Type::getInt1Ty(LIC->getContext())) 945 BranchVal = new ICmpInst(OldBranch, ICmpInst::ICMP_EQ, LIC, Val); 946 else if (Val != ConstantInt::getTrue(Val->getContext())) { 946 else if (Val != ConstantInt::getTrue(Val->getContext())) {