Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp75 size_t CmpStart = CmpEnd; in lookupLLVMIntrinsicByName() local
76 CmpEnd = Name.find('.', CmpStart + 1); in lookupLLVMIntrinsicByName()
78 auto Cmp = [CmpStart, CmpEnd](const char *LHS, const char *RHS) { in lookupLLVMIntrinsicByName()
79 return strncmp(LHS + CmpStart, RHS + CmpStart, CmpEnd - CmpStart) < 0; in lookupLLVMIntrinsicByName()