Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp111 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor()
117 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor()
133 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
135 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
317 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
DRandomIRBuilder.cpp122 Value *Ptr = findPointer(BB, Insts, {V}, matchFirstType()); in newSink()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h195 static inline SourcePred matchFirstType() { in matchFirstType() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DOperationsTest.cpp163 auto First = matchFirstType(); in TEST()