Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIntrinsicInst.cpp60 size_t CmpStart = 0; in lookupLLVMIntrinsicByName() local
66 CmpStart = CmpEnd; in lookupLLVMIntrinsicByName()
67 CmpEnd = Name.find('.', CmpStart + 1); in lookupLLVMIntrinsicByName()
69 auto Cmp = [CmpStart, CmpEnd](const char *LHS, const char *RHS) { in lookupLLVMIntrinsicByName()
70 return strncmp(LHS + CmpStart, RHS + CmpStart, CmpEnd - CmpStart) < 0; in lookupLLVMIntrinsicByName()