Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h152 bool isCast() const { return cast<llvm::Instruction>(Val)->isCast(); } in isCast() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1541 bool ConstantExpr::isCast() const { return Instruction::isCast(getOpcode()); } in isCast() function in ConstantExpr
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2508 static bool isCast(CheckedConversionKind CCK) { in isCast() function