Home
last modified time | relevance | path

Searched refs:equalsInt (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp814 if (PreviousSize->equalsInt(Len)) in extendToTBAA()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h181 bool equalsInt(uint64_t V) const { return Val == V; } in equalsInt() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h863 if (MO.isCImm() && MO.getCImm()->equalsInt(Value)) in executeMatchTable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1085 if (!ConstNum || !ConstNum->equalsInt(InitListElements)) { in EmitNewArrayInitializer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2009 if (Power->equalsInt(2)) in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5531 Check(NumArgs->equalsInt(NumPreallocatedArgs), in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12009 !cast<ConstantSDNode>(MaskIdx)->getConstantIntValue()->equalsInt(i)) in ReconstructShuffleWithRuntimeMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30571 if (ShiftVal->equalsInt(1)) in FindSingleBitChange()