Home
last modified time | relevance | path

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

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