Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp310 LoadInst *LoadAI = cast<LoadInst>(LoadA); in recognizeByteCompare() local
312 if (!LoadAI->isSimple() || !LoadBI->isSimple()) in recognizeByteCompare()
328 !LoadAI->getType()->isIntegerTy(8) || in recognizeByteCompare()