OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeCmpResultType
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CmpInstAnalysis.cpp
47
return ConstantInt::get(CmpInst::
makeCmpResultType
(OpTy), 0);
55
return ConstantInt::get(CmpInst::
makeCmpResultType
(OpTy), 1);
InstructionSimplify.cpp
2369
return CmpInst::
makeCmpResultType
(Op->getType());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp
303
CmpInst::
makeCmpResultType
(ScalarTy));
305
CmpInst::
makeCmpResultType
(VecTy));
732
auto *CmpTy = cast<FixedVectorType>(CmpInst::
makeCmpResultType
(X->getType()));
SLPVectorizer.cpp
7621
auto *VecCondTy = cast<VectorType>(CmpInst::
makeCmpResultType
(VectorTy));
7628
CmpInst::
makeCmpResultType
(ScalarTy));
7635
auto *VecCondTy = cast<VectorType>(CmpInst::
makeCmpResultType
(VectorTy));
7644
CmpInst::
makeCmpResultType
(ScalarTy));
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
1124
RdxType, cast<VectorType>(CmpInst::
makeCmpResultType
(RdxType)),
1128
RdxType, cast<VectorType>(CmpInst::
makeCmpResultType
(RdxType)),
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
1656
VecOpTy, cast<VectorType>(CmpInst::
makeCmpResultType
(VecOpTy)),
1662
VecOpTy, cast<VectorType>(CmpInst::
makeCmpResultType
(VecOpTy)),
2020
CmpInst::
makeCmpResultType
(ValTy),
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
1219
) : CmpInst(
makeCmpResultType
(LHS->getType()),
1234
) : CmpInst(
makeCmpResultType
(LHS->getType()),
1248
) : CmpInst(
makeCmpResultType
(LHS->getType()),
1383
) : CmpInst(
makeCmpResultType
(LHS->getType()),
1396
) : CmpInst(
makeCmpResultType
(LHS->getType()),
1409
) : CmpInst(
makeCmpResultType
(LHS->getType()), Instruction::FCmp, Pred, LHS,
InstrTypes.h
1034
static Type*
makeCmpResultType
(Type* opnd_type) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
73
return ConstantInt::get(CmpInst::
makeCmpResultType
(LHS->getType()), 0);
75
return ConstantInt::get(CmpInst::
makeCmpResultType
(LHS->getType()), 1);
2302
return Builder.CreateTrunc(A, CmpInst::
makeCmpResultType
(Ty));
2309
return Builder.CreateZExtOrTrunc(A, CmpInst::
makeCmpResultType
(Ty));
2335
AConst = ConstantExpr::getTrunc(AConst, CmpInst::
makeCmpResultType
(Ty));
InstCombineCompares.cpp
885
if (IndicesTheSame && CmpInst::
makeCmpResultType
(BaseType) == I.getType())
1058
Type *CmpTy = CmpInst::
makeCmpResultType
(Other->getType());
InstCombineCalls.cpp
1095
ConstantInt::getTrue(CmpInst::
makeCmpResultType
(Ty)) &&
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
942
VecCondTy = cast<FixedVectorType>(CmpInst::
makeCmpResultType
(VecValTy));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp
340
e.type = CmpInst::
makeCmpResultType
(LHS->getType());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp
2264
Opcode, OpType, CmpInst::
makeCmpResultType
(OpType),
Completed in 110 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026