OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInputSigned
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
1905
bool
IsInputSigned
= isa<SIToFPInst>(OpI);
1906
if (
IsInputSigned
&& IsOutputSigned)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
14528
bool
IsInputSigned
= N0.getOpcode() == ISD::SINT_TO_FP;
14540
unsigned InputSize = (int)SrcVT.getScalarSizeInBits() -
IsInputSigned
;
14549
unsigned ExtOp =
IsInputSigned
&& IsOutputSigned ? ISD::SIGN_EXTEND
Completed in 62 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026