OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstIntTy
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
FixedPointBuilder.h
42
Type *
DstIntTy
= B.getIntNTy(DstWidth);
68
Result = B.CreateIntCast(Result,
DstIntTy
, SrcIsSigned, "resize");
105
Result = B.CreateIntCast(Result,
DstIntTy
, SrcIsSigned, "resize");
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
280
IntegerType *
DstIntTy
= Type::getIntNTy(C->getContext(), DstBitSize);
281
Constant *CE = ConstantExpr::getTrunc(Elt,
DstIntTy
);
ScalarEvolution.cpp
6835
Type *
DstIntTy
= U->getType();
6838
const SCEV *IntOp = getPtrToIntExpr(Op,
DstIntTy
);
Completed in 57 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026