Searched defs:isCast (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 1515 bool ConstantExpr::isCast() const { return Instruction::isCast(getOpcode()); } isCast() function in ConstantExpr |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Sema.h | 2102 static bool isCast(CheckedConversionKind CCK) { isCast() function |