OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CastI
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
PHITransAddr.cpp
204
if (CastInst *
CastI
= dyn_cast<CastInst>(U))
205
if (
CastI
->getOpcode() == Cast->getOpcode() &&
206
CastI
->getType() == Cast->getType() &&
207
(!DT || DT->dominates(
CastI
->getParent(), PredBB)))
208
return
CastI
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
572
CastInst *
CastI
=
574
I->replaceUsesOfWith(I->getOperand(1),
CastI
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
7297
Attributor &A, CastInst *
CastI
, IntegerRangeState &T,
7300
assert(
CastI
->getNumOperands() == 1 && "Expected cast to be unary!");
7302
Value &OpV = *
CastI
->getOperand(0);
7311
OpAA.getAssumed().castOp(
CastI
->getOpcode(), getState().getBitWidth()));
7392
} else if (auto *
CastI
= dyn_cast<CastInst>(I)) {
7393
if (!calculateCastInst(A,
CastI
, T, CtxI, QuerriedAAs))
Completed in 50 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026