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

References

include/llvm/IR/PatternMatch.h
  658     return CI && APInt::isSameValue(CI->getValue(), Val);
lib/Target/Hexagon/HexagonConstPropagation.cpp
 1193     Result = !APInt::isSameValue(A1, A2);
 1197     Result = APInt::isSameValue(A1, A2);
 1201     if (APInt::isSameValue(A1, A2))
tools/clang/lib/AST/ASTContext.cpp
 9085       if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize))
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  533     if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize()))
tools/clang/lib/AST/Expr.cpp
 3988           if (!llvm::APInt::isSameValue(Integer1->getValue(),
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
 2966   if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) ||
 2967       (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz))
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
 2277   if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) ||
 2278       (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz))
tools/lldb/source/Utility/Scalar.cpp
  228     return llvm::APInt::isSameValue(zero_int, m_integer);