Searched refs:ResA (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp480 auto ResA = decompose(A, Preconditions, IsSigned, DL);
482 ResA.add(ResB);
483 return ResA;
592 auto ResA = decompose(Op0, Preconditions, IsSigned, DL); local
594 ResA.sub(ResB);
595 return ResA;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1418 APInt A, ResA;
1421 evaluateANDii(A, A2, ResA);
1424 const Constant *C = intToConst(ResA);
1485 APInt A, ResA;
1488 evaluateORii(A, A2, ResA);
1491 const Constant *C = intToConst(ResA);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp800 NodePtr ResA = identifyNode(AR, AI); local
801 if (!ResA) {
814 Node->addOperand(ResA);

Completed in 118 milliseconds