OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstEltTy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
ConstantFolding.cpp
117
Type *
DstEltTy
= DestVTy->getElementType();
129
if (
DstEltTy
->isFloatingPointTy()) {
131
unsigned FPWidth =
DstEltTy
->getPrimitiveSizeInBits();
164
Constant *Zero = Constant::getNullValue(
DstEltTy
);
195
unsigned DstBitSize =
DstEltTy
->getPrimitiveSizeInBits();
212
Result.push_back(ConstantExpr::getTrunc(Elt,
DstEltTy
));
[
all
...]
/external/llvm/lib/IR/
ConstantFold.cpp
56
Type *
DstEltTy
= DstTy->getElementType();
63
C = ConstantExpr::getBitCast(C,
DstEltTy
);
555
Type *
DstEltTy
= DestVecTy->getElementType();
560
res.push_back(ConstantExpr::getCast(opc, C,
DstEltTy
));
[
all
...]
Completed in 70 milliseconds