Home
last modified time | relevance | path

Searched refs:castOpcode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp238 if (CE->castOpcode() == til::CAST_objToPtr) in translateAttrExpr()
390 return C->castOpcode() == til::CAST_objToPtr; in hasAnyPointerType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1849 class select_of_opcode<Instruction castOpcode> : GICombineRule <
1852 (castOpcode $root, $select):$Cast,
1884 class buildvector_of_opcode<Instruction castOpcode> : GICombineRule <
1887 (castOpcode $root, $bv):$Cast,
1911 class integer_of_opcode<Instruction castOpcode> : GICombineRule <
1914 (castOpcode $root, $int):$Cast,
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1272 TIL_CastOpcode castOpcode() const { in castOpcode() function
1288 Cmp.compareIntegers(castOpcode(), E->castOpcode()); in compare()
H A DThreadSafetyTraverse.h784 switch (E->castOpcode()) { in printCast()