Lines Matching defs:XI
1405 CallInst *XI = dyn_cast<CallInst>(U);
1406 if (!XI || XI->getFunction() != F || XI->isNoBuiltin())
1409 Function *UCallee = XI->getCalledFunction();
1416 SinCalls.push_back(XI);
1418 CosCalls.push_back(XI);
1421 SinCosCalls.push_back(XI);
1426 MergeDbgLocs.push_back(XI->getDebugLoc());
1427 auto *OtherOp = cast<FPMathOperator>(XI);
1430 FPMath, XI->getMetadata(LLVMContext::MD_fpmath));