Searched defs:DIV (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/tools/clang-fuzzer/ |
H A D | cxx_proto.proto | 34 DIV = 3; enumerator
|
/llvm-project/llvm/unittests/IR/ |
H A D | BasicBlockTest.cpp | 111 Value *DIV = MetadataAsValue::get(Ctx, (Metadata *)nullptr); TEST() local
|
H A D | DebugInfoTest.cpp | 697 Value *DIV = MetadataAsValue::get(C, (Metadata *)nullptr); TEST() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 1146 unsigned DIV = distance(DefI, DefV, RPO, M); in pruneUsesTooFar() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 1809 auto *DIV = dyn_cast<DILocalVariable>(MO.getMetadata()); print() local
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 903 DIV, global() enumerator
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2054 SDValue DIV = DAG.getBuildVector(MVT::v2i32, DL, {Res.getValue(0), Zero}); LowerUDIVREM64() local 2234 SDValue DIV = DAG.getBuildVector(MVT::v2i32, DL, {DIV_Lo, DIV_Hi}); LowerUDIVREM64() local
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 4449 TEST(MemorySanitizerOrigins, DIV) { in TEST() argument
|