Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h117 bool isCast() const { return isCast(getOpcode()); } in isCast() function
151 static inline bool isCast(unsigned OpCode) { in isCast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1227 bool ConstantExpr::isCast() const { in isCast() function in ConstantExpr