OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPTy
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
1850
if (const auto *
FPTy
= dyn_cast<FunctionProtoType>(Ty)) {
1851
for (const auto &ParamTy :
FPTy
->param_types())
1853
CheckType(
FPTy
->getReturnType());
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp
2783
EVT
FPTy
= EVT::getFloatingPointVT(Val.getValueSizeInBits());
2784
SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val),
FPTy
,
2820
EVT
FPTy
= EVT::getFloatingPointVT(Op.getValueSizeInBits());
2821
SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op),
FPTy
,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
1641
Type *
FPTy
= I.getType();
1647
int DestNumSigBits =
FPTy
->getFPMantissaWidth();
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
3114
PointerType *
FPTy
= cast<PointerType>(Call.getCalledOperand()->getType());
3116
Assert(
FPTy
->getElementType()->isFunctionTy(),
3119
Assert(
FPTy
->getElementType() == Call.getFunctionType(),
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
3644
Type *
FPTy
= Inst->getType()->getScalarType();
3645
return ilogb(APFloat::getLargest(
FPTy
->getFltSemantics())) >= IntSize;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
22261
Type *
FPTy
= Elts[0]->getType();
22265
Constant *CA = ConstantArray::get(ArrayType::get(
FPTy
, 2), Elts);
22267
TD.getPrefTypeAlign(
FPTy
));
Completed in 66 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026