OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IIQ
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
882
if (Q.
IIQ
.UseInstrInfo &&
1060
if ((IsSigned && Q.
IIQ
.hasNoSignedWrap(Mul)) ||
1061
(!IsSigned && Q.
IIQ
.hasNoUnsignedWrap(Mul)))
1119
if (Q.
IIQ
.UseInstrInfo &&
1340
if (Q.
IIQ
.UseInstrInfo &&
1411
if (Q.
IIQ
.UseInstrInfo && match(Op0, m_NSWShl(m_Value(X), m_Specific(Op1))))
1666
const InstrInfoQuery &
IIQ
) {
1682
bool isNSW =
IIQ
.hasNoSignedWrap(AddInst);
1683
bool isNUW =
IIQ
.hasNoUnsignedWrap(AddInst);
1793
if (Value *X = simplifyAndOfICmpsWithAdd(Op0, Op1, Q.
IIQ
))
[
all
...]
ValueTracking.cpp
112
InstrInfoQuery
IIQ
;
117
: DL(DL), AC(AC), CxtI(CxtI), DT(DT), ORE(ORE),
IIQ
(UseInstrInfo) {}
1056
Q.
IIQ
.getMetadata(cast<LoadInst>(I), LLVMContext::MD_range))
1094
bool NSW = Q.
IIQ
.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I));
1141
Q.
IIQ
.hasNoSignedWrap(cast<Instruction>(RHS)))
1199
bool NSW = Q.
IIQ
.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I));
1241
bool NSW = Q.
IIQ
.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I));
1247
bool NSW = Q.
IIQ
.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I));
1429
if (OverflowOp && Q.
IIQ
.hasNoSignedWrap(OverflowOp)) {
1509
Q.
IIQ
.getMetadata(cast<Instruction>(I), LLVMContext::MD_range)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h
104
const InstrInfoQuery
IIQ
;
119
: DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI),
IIQ
(UseInstrInfo),
Completed in 21 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026