Searched refs:InC (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 672 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in FoldOpIntoPhi() local 673 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred; in FoldOpIntoPhi() 683 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in FoldOpIntoPhi() local 684 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C); in FoldOpIntoPhi() 697 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in FoldOpIntoPhi() local 698 InV = ConstantExpr::get(I.getOpcode(), InC, C); in FoldOpIntoPhi() 709 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in FoldOpIntoPhi() local 710 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy); in FoldOpIntoPhi()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 864 if (auto *InC = dyn_cast<Constant>(InV)) { in foldOperationIntoPhiValue() local 866 return ConstantExpr::get(I->getOpcode(), InC, C); in foldOperationIntoPhiValue() 867 return ConstantExpr::get(I->getOpcode(), C, InC); in foldOperationIntoPhiValue() 961 Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i)); in foldOpIntoPhi() local 966 if (InC && !isa<ConstantExpr>(InC) && isa<ConstantInt>(InC)) in foldOpIntoPhi() 967 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred; in foldOpIntoPhi() 987 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in foldOpIntoPhi() local 988 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C); in foldOpIntoPhi() 1008 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in foldOpIntoPhi() local 1009 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy); in foldOpIntoPhi()
|
D | InstCombineCalls.cpp | 2251 if (auto *InC = dyn_cast<ConstantInt>(II->getArgOperand(0))) { in visitCallInst() local 2252 uint64_t Result = InC->getZExtValue() >> Shift; in visitCallInst() 2274 if (auto *InC = dyn_cast<ConstantInt>(II->getArgOperand(0))) { in visitCallInst() local 2275 uint64_t Result = InC->getZExtValue(); in visitCallInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 868 Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i)); in FoldOpIntoPhi() local 869 if (InC && !isa<ConstantExpr>(InC)) in FoldOpIntoPhi() 870 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred; in FoldOpIntoPhi() 880 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in FoldOpIntoPhi() local 881 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C); in FoldOpIntoPhi() 894 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in FoldOpIntoPhi() local 895 InV = ConstantExpr::get(I.getOpcode(), InC, C); in FoldOpIntoPhi() 906 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in FoldOpIntoPhi() local 907 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy); in FoldOpIntoPhi()
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | f91ab0555812950a11a425db91c12bfd.000aecd7.honggfuzz.cov | 9432 … �ᐈ�p���W��Εv>G���^y!����ֱ�U ��&�hy"��$�ЫAT��/��c�3�O��c�g�n�N^T+��InC<e�: �}��k)�'����…
|
D | 67154715f57204df236d04030732b84d.000eb1d3.honggfuzz.cov | 4666 … �ᐈ�p���W��Εv>G���^y!����ֱ�U ��&�hy"��$�ЫAT��/��c�3�O��c�g�n�N^T+��InC<e�: �}��k)�'����…
|