OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WithOverflowInst
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h
38
class
WithOverflowInst
;
543
bool isOverflowIntrinsicNoWrap(const
WithOverflowInst
*WO,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp
424
WithOverflowInst
*WO, BasicBlock *BB);
981
LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(
WithOverflowInst
*WO,
1011
if (auto *WO = dyn_cast<
WithOverflowInst
>(EVI->getAggregateOperand()))
1135
Value *Val,
WithOverflowInst
*WO, bool IsTrueDest) {
1165
if (auto *WO = dyn_cast<
WithOverflowInst
>(EVI->getAggregateOperand()))
ValueTracking.cpp
4833
bool llvm::isOverflowIntrinsicNoWrap(const
WithOverflowInst
*WO,
5026
const
WithOverflowInst
*II;
ScalarEvolution.cpp
4644
auto *WO = dyn_cast<
WithOverflowInst
>(EVI->getAggregateOperand());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
522
static bool processOverflowIntrinsic(
WithOverflowInst
*WO, LazyValueInfo *LVI) {
579
if (auto *WO = dyn_cast<
WithOverflowInst
>(&CB)) {
GVN.cpp
360
WithOverflowInst
*WO = dyn_cast<
WithOverflowInst
>(EI->getAggregateOperand());
NewGVN.cpp
1790
auto *WO = dyn_cast<
WithOverflowInst
>(EI->getAggregateOperand());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
85
bool eliminateOverflowIntrinsic(
WithOverflowInst
*WO);
461
bool SimplifyIndvar::eliminateOverflowIntrinsic(
WithOverflowInst
*WO) {
654
if (auto *WO = dyn_cast<
WithOverflowInst
>(UseInst))
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h
549
class
WithOverflowInst
: public BinaryOpIntrinsic {
PatternMatch.h
754
inline bind_ty<
WithOverflowInst
> m_WithOverflowInst(
WithOverflowInst
*&I) { return I; }
755
inline bind_ty<const
WithOverflowInst
>
756
m_WithOverflowInst(const
WithOverflowInst
*&I) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
714
WithOverflowInst
*WO = cast<
WithOverflowInst
>(II);
InstructionCombining.cpp
3051
if (
WithOverflowInst
*WO = dyn_cast<
WithOverflowInst
>(Agg)) {
InstCombineSelect.cpp
1801
WithOverflowInst
*II;
Completed in 60 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026