HomeSort by relevance Sort by last modified time
    Searched refs:matchFirstType (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 111 return {Weight, {anyIntType(), matchFirstType()}, buildOp};
117 return {Weight, {anyFloatType(), matchFirstType()}, buildOp};
133 return {Weight, {anyIntType(), matchFirstType()}, buildOp};
135 return {Weight, {anyFloatType(), matchFirstType()}, buildOp};
317 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()},
RandomIRBuilder.cpp 122 Value *Ptr = findPointer(BB, Insts, {V}, matchFirstType());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
OpDescriptor.h 195 static inline SourcePred matchFirstType() {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
OperationsTest.cpp 163 auto First = matchFirstType();

Completed in 343 milliseconds