Searched refs:getKnownConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 590 if (Constant *KC = getKnownConstant(V, Preference)) { in ComputeValueKnownInPredecessorsImpl() 623 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessorsImpl() 638 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessorsImpl() 644 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessorsImpl() 743 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessorsImpl() 799 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessorsImpl() 887 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessorsImpl() 898 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessorsImpl() 899 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference); in ComputeValueKnownInPredecessorsImpl() 935 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessorsImpl() [all …]
|