reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/BasicTTIImpl.h
 1318           Tys[0], CmpInst::makeCmpResultType(Tys[0]), /*IsPairwiseForm=*/false,
 1323           Tys[0], CmpInst::makeCmpResultType(Tys[0]), /*IsPairwiseForm=*/false,
include/llvm/IR/Instructions.h
 1179   ) : CmpInst(makeCmpResultType(LHS->getType()),
 1194   ) : CmpInst(makeCmpResultType(LHS->getType()),
 1208   ) : CmpInst(makeCmpResultType(LHS->getType()),
 1319   ) : CmpInst(makeCmpResultType(LHS->getType()),
 1332   ) : CmpInst(makeCmpResultType(LHS->getType()),
 1345   ) : CmpInst(makeCmpResultType(LHS->getType()), Instruction::FCmp, Pred, LHS,
lib/Analysis/CmpInstAnalysis.cpp
   47       return ConstantInt::get(CmpInst::makeCmpResultType(OpTy), 0);
   55       return ConstantInt::get(CmpInst::makeCmpResultType(OpTy), 1);
lib/Analysis/InstructionSimplify.cpp
 2248   return CmpInst::makeCmpResultType(Op->getType());
lib/Analysis/TargetTransformInfo.cpp
 1247           ReduxType, CmpInst::makeCmpResultType(ReduxType),
 1251           ReduxType, CmpInst::makeCmpResultType(ReduxType),
 1263           ReduxType, CmpInst::makeCmpResultType(ReduxType),
 1267           ReduxType, CmpInst::makeCmpResultType(ReduxType),
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
   71     return ConstantInt::get(CmpInst::makeCmpResultType(LHS->getType()), 0);
   73     return ConstantInt::get(CmpInst::makeCmpResultType(LHS->getType()), 1);
 2125     return Builder.CreateTrunc(A, CmpInst::makeCmpResultType(Ty));
 2132       return Builder.CreateZExtOrTrunc(A, CmpInst::makeCmpResultType(Ty));
 2158     AConst = ConstantExpr::getTrunc(AConst, CmpInst::makeCmpResultType(Ty));
lib/Transforms/InstCombine/InstCombineCalls.cpp
 1960                  ConstantInt::getTrue(CmpInst::makeCmpResultType(Ty)) &&
lib/Transforms/InstCombine/InstCombineCompares.cpp
  922       if (IndicesTheSame && CmpInst::makeCmpResultType(BaseType) == I.getType())
 1095   Type *CmpTy = CmpInst::makeCmpResultType(Other->getType());
lib/Transforms/Scalar/GVN.cpp
  314   e.type = CmpInst::makeCmpResultType(LHS->getType());
lib/Transforms/Vectorize/SLPVectorizer.cpp
 6015         return CmpInst::makeCmpResultType(LHS->getType());
 6530       Type *VecCondTy = CmpInst::makeCmpResultType(VecTy);
 6561                                   CmpInst::makeCmpResultType(ScalarTy));