OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWithInstruction
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp
104
Value *V = SimplifyInstruction(&I, SQ.
getWithInstruction
(&I));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
392
if (Value *V = SimplifyBinOp(Opcode, B, C, SQ.
getWithInstruction
(&I))) {
425
if (Value *V = SimplifyBinOp(Opcode, A, B, SQ.
getWithInstruction
(&I))) {
453
if (Value *V = SimplifyBinOp(Opcode, C, A, SQ.
getWithInstruction
(&I))) {
473
if (Value *V = SimplifyBinOp(Opcode, C, A, SQ.
getWithInstruction
(&I))) {
620
V = SimplifyBinOp(TopLevelOpcode, B, D, SQ.
getWithInstruction
(&I));
639
V = SimplifyBinOp(TopLevelOpcode, A, C, SQ.
getWithInstruction
(&I));
747
auto SQDistributive = SQ.
getWithInstruction
(&I).getWithoutUndef();
786
auto SQDistributive = SQ.
getWithInstruction
(&I).getWithoutUndef();
838
SimplifyQuery Q = SQ.
getWithInstruction
(&I);
1858
if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.
getWithInstruction
(&GEP))
[
all
...]
InstCombineMulDivRem.cpp
144
SQ.
getWithInstruction
(&I)))
431
SQ.
getWithInstruction
(&I)))
1003
SQ.
getWithInstruction
(&I)))
1097
SQ.
getWithInstruction
(&I)))
1322
SQ.
getWithInstruction
(&I)))
1468
SQ.
getWithInstruction
(&I)))
1519
SQ.
getWithInstruction
(&I)))
1592
SQ.
getWithInstruction
(&I)))
InstCombineShifts.cpp
112
SQ.
getWithInstruction
(Sh0)));
892
const SimplifyQuery Q = SQ.
getWithInstruction
(&I);
1040
SQ.
getWithInstruction
(&I)))
1262
SQ.
getWithInstruction
(&I)))
InstCombineAddSub.cpp
1290
SQ.
getWithInstruction
(&I)))
1524
SQ.
getWithInstruction
(&I)))
1713
SQ.
getWithInstruction
(&I)))
2174
getSimplifyQuery().
getWithInstruction
(&I)))
2215
getSimplifyQuery().
getWithInstruction
(&I)))
InstCombineVectorOps.cpp
340
SQ.
getWithInstruction
(&EI)))
1348
VecOp, ScalarOp, IdxOp, SQ.
getWithInstruction
(&IE)))
2290
SimplifyQuery ShufQuery = SQ.
getWithInstruction
(&SVI);
InstCombineAndOrXor.cpp
1208
const SimplifyQuery Q = SQ.
getWithInstruction
(&And);
1788
SQ.
getWithInstruction
(&I)))
2366
const SimplifyQuery Q = SQ.
getWithInstruction
(&Or);
2632
SQ.
getWithInstruction
(&I)))
3283
SQ.
getWithInstruction
(&I)))
InstCombinePHI.cpp
1303
if (Value *V = SimplifyInstruction(&PN, SQ.
getWithInstruction
(&PN)))
InstCombineCalls.cpp
784
if (Value *V = SimplifyCall(&CI, SQ.
getWithInstruction
(&CI)))
1383
SQ.
getWithInstruction
(II))) {
1414
SQ.
getWithInstruction
(II))) {
InstCombineCompares.cpp
1343
cast<BinaryOperator>(Val), SQ.
getWithInstruction
(Val),
3605
/*isNUW=*/false, SQ.
getWithInstruction
(&I)));
3770
const SimplifyQuery Q = SQ.
getWithInstruction
(&I);
5572
const SimplifyQuery Q = SQ.
getWithInstruction
(&I);
6171
SQ.
getWithInstruction
(&I)))
InstCombineSelect.cpp
2649
SQ.
getWithInstruction
(&SI)))
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h
121
SimplifyQuery
getWithInstruction
(Instruction *I) const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
584
Value *V = SimplifyCmpInst(Pred, Incoming, RHS, Q.
getWithInstruction
(InTI),
5821
const SimplifyQuery Q = SQ.CxtI ? SQ : SQ.
getWithInstruction
(I);
Completed in 51 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026