OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOutputSigned
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
1885
bool
IsOutputSigned
= isa<FPToSIInst>(FI);
1899
int OutputSize = (int)DestType->getScalarSizeInBits() -
IsOutputSigned
;
1906
if (IsInputSigned &&
IsOutputSigned
)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
14529
bool
IsOutputSigned
= N->getOpcode() == ISD::FP_TO_SINT;
14541
unsigned OutputSize = (int)VT.getScalarSizeInBits() -
IsOutputSigned
;
14549
unsigned ExtOp = IsInputSigned &&
IsOutputSigned
? ISD::SIGN_EXTEND
Completed in 34 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026