Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp817 if (PreviousSize->equalsInt(Len)) in extendToTBAA()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h165 bool equalsInt(uint64_t V) const { in equalsInt() function
166 return cast<llvm::ConstantInt>(Val)->equalsInt(V); in equalsInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h189 bool equalsInt(uint64_t V) const { return Val == V; } in equalsInt() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h901 if (MO.isCImm() && MO.getCImm()->equalsInt(Value)) in executeMatchTable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1090 if (!ConstNum || !ConstNum->equalsInt(InitListElements)) { in EmitNewArrayInitializer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2275 if (Power->equalsInt(2)) in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5793 Check(NumArgs->equalsInt(NumPreallocatedArgs), in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12876 !cast<ConstantSDNode>(MaskIdx)->getConstantIntValue()->equalsInt(i)) in ReconstructShuffleWithRuntimeMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31786 if (ShiftVal->equalsInt(1)) in FindSingleBitChange()