Home
last modified time | relevance | path

Searched defs:isCast (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DConstants.cpp1515 bool ConstantExpr::isCast() const { return Instruction::isCast(getOpcode()); } isCast() function in ConstantExpr
/llvm-project/clang/include/clang/Sema/
H A DSema.h2102 static bool isCast(CheckedConversionKind CCK) { isCast() function