Lines Matching defs:XI
1404 CallInst *XI = dyn_cast<CallInst>(U);
1405 if (!XI || XI->getFunction() != F || XI->isNoBuiltin())
1408 Function *UCallee = XI->getCalledFunction();
1415 SinCalls.push_back(XI);
1417 CosCalls.push_back(XI);
1420 SinCosCalls.push_back(XI);
1425 MergeDbgLocs.push_back(XI->getDebugLoc());
1426 auto *OtherOp = cast<FPMathOperator>(XI);
1429 FPMath, XI->getMetadata(LLVMContext::MD_fpmath));