Searched refs:binOpDescriptor (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 20 Ops.push_back(binOpDescriptor(1, Instruction::Add)); in describeFuzzerIntOps() 21 Ops.push_back(binOpDescriptor(1, Instruction::Sub)); in describeFuzzerIntOps() 22 Ops.push_back(binOpDescriptor(1, Instruction::Mul)); in describeFuzzerIntOps() 23 Ops.push_back(binOpDescriptor(1, Instruction::SDiv)); in describeFuzzerIntOps() 24 Ops.push_back(binOpDescriptor(1, Instruction::UDiv)); in describeFuzzerIntOps() 25 Ops.push_back(binOpDescriptor(1, Instruction::SRem)); in describeFuzzerIntOps() 26 Ops.push_back(binOpDescriptor(1, Instruction::URem)); in describeFuzzerIntOps() 27 Ops.push_back(binOpDescriptor(1, Instruction::Shl)); in describeFuzzerIntOps() 28 Ops.push_back(binOpDescriptor(1, Instruction::LShr)); in describeFuzzerIntOps() 29 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/ |
D | Operations.h | 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
|