OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInteger
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NumberObjectConversionChecker.cpp
121
bool
IsInteger
=
149
std::string SuggestedApi = IsObjC ? (
IsInteger
? "" : "-boolValue")
164
if (
IsInteger
)
255
qualType(hasCanonicalType(
isInteger
()),
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VE.h
201
inline static VECC::CondCode VEValToCondCode(unsigned Val, bool
IsInteger
) {
202
if (
IsInteger
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp
560
bool
IsInteger
= IID == Intrinsic::amdgcn_icmp;
561
if ((
IsInteger
&& (CCVal < CmpInst::FIRST_ICMP_PREDICATE ||
563
(!
IsInteger
&& (CCVal < CmpInst::FIRST_FCMP_PREDICATE ||
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
1538
bool
IsInteger
= BaseF->
isInteger
(), IsReciprocal = BaseR.
isInteger
();
1541
if ((
IsInteger
|| IsReciprocal) &&
1729
if (!ExpoA.
isInteger
()) {
1737
if (!Expo2.
isInteger
())
1769
if (ExpoF->
isInteger
() &&
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
477
return getSetCCInverseImpl(Op, Type.
isInteger
());
506
bool
IsInteger
= Type.
isInteger
();
507
if (
IsInteger
&& (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
519
if (
IsInteger
&& Op == ISD::SETUNE) // e.g. SETUGT | SETULT
527
bool
IsInteger
= Type.
isInteger
();
528
if (
IsInteger
&& (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
536
if (
IsInteger
) {
933
assert(!VT.isVector() && (VT.
isInteger
() || VT.isFloatingPoint()) &
[
all
...]
DAGCombiner.cpp
777
assert(LHSTy.
isInteger
() && "Shift amount is not an integer type!");
1283
if (VT.isVector() || !VT.
isInteger
())
1351
if (VT.isVector() || !VT.
isInteger
())
1400
if (VT.isVector() || !VT.
isInteger
())
1431
if (VT.isVector() || !VT.
isInteger
())
4007
if (VT.isVector() || !VT.
isInteger
())
4881
if (XVT.
isInteger
() && XVT == Y.getValueType() &&
4972
bool
IsInteger
= OpVT.
isInteger
();
4973
if (LR == RR && CC0 == CC1 &&
IsInteger
) {
[
all
...]
Completed in 37 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026